MANIFEST.in
readme.md
requirements.txt
setup.py
ossnake.egg-info/PKG-INFO
ossnake.egg-info/SOURCES.txt
ossnake.egg-info/dependency_links.txt
ossnake.egg-info/entry_points.txt
ossnake.egg-info/requires.txt
ossnake.egg-info/top_level.txt
tests/__init__.py
tests/test_ali_oss.py
tests/test_aws_s3.py
tests/test_minio_client.py
tests/utils.py
tests/aliyun/__init__.py
tests/aliyun/test_basic_operations.py
tests/aliyun/test_concurrent_operations.py
tests/aliyun/test_file_operations.py
tests/aliyun/test_large_multiparts.py
tests/aliyun/test_multipart_upload.py
tests/aliyun/test_proxy_upload.py
tests/aliyun/test_stream_upload_download.py
tests/aws/__init__.py
tests/aws/test_basic_operations.py
tests/aws/test_concurrent_operations.py
tests/aws/test_e2e.py
tests/aws/test_file_operations.py
tests/aws/test_large_multiparts.py
tests/aws/test_multipart_upload.py
tests/aws/test_proxy_upload.py
tests/aws/test_stream_upload_download.py
tests/mini/__init__.py
tests/mini/test_basic_operations.py
tests/mini/test_concurrent_operations.py
tests/mini/test_e2e.py
tests/mini/test_file_operations.py
tests/mini/test_large_multiparts.py
tests/mini/test_large_multiparts_old.py
tests/mini/test_multipart_upload.py
tests/mini/test_proxy_upload.py
tests/mini/test_stream_upload_download.py
ui/__init__.py
ui/bucket_view.py
ui/file_preview.py
ui/main_window.py
ui/progress_window.py
ui/settings.py
utils/__init__.py
utils/clipboard_helper.py
utils/config_manager.py
utils/file_type_manager.py
utils/helper_functions.py
utils/proxy_manager.py
utils/settings_manager.py
utils/transfer_manager.py