HISTORY.rst
LICENSE
Makefile
README.rst
dev-requirements.txt
mypy.ini
pyproject.toml
pytest.ini
setup.cfg
scripts/commit_version.py
scripts/new_version.py
scripts/print_version_for_release.py
src/galaxy/objectstore/__init__.py
src/galaxy/objectstore/_caching_base.py
src/galaxy/objectstore/_util.py
src/galaxy/objectstore/azure_blob.py
src/galaxy/objectstore/badges.py
src/galaxy/objectstore/caching.py
src/galaxy/objectstore/cloud.py
src/galaxy/objectstore/irods.py
src/galaxy/objectstore/onedata.py
src/galaxy/objectstore/pithos.py
src/galaxy/objectstore/pulsar.py
src/galaxy/objectstore/py.typed
src/galaxy/objectstore/rucio.py
src/galaxy/objectstore/rucio_extra_clients.py
src/galaxy/objectstore/s3.py
src/galaxy/objectstore/s3_boto3.py
src/galaxy/objectstore/s3_multipart_upload.py
src/galaxy/objectstore/examples/__init__.py
src/galaxy/objectstore/examples/aws_s3_integration_test.yml
src/galaxy/objectstore/examples/azure_default_cache.xml
src/galaxy/objectstore/examples/azure_default_cache.yml
src/galaxy/objectstore/examples/azure_integration_test.yml
src/galaxy/objectstore/examples/azure_integration_test_distributed.yml
src/galaxy/objectstore/examples/azure_integration_test_with_account_url.yml
src/galaxy/objectstore/examples/azure_simple.xml
src/galaxy/objectstore/examples/azure_simple.yml
src/galaxy/objectstore/examples/azure_transfer.xml
src/galaxy/objectstore/examples/azure_transfer.yml
src/galaxy/objectstore/examples/boto3_custom_connection.xml
src/galaxy/objectstore/examples/boto3_custom_connection.yml
src/galaxy/objectstore/examples/boto3_integration_test_aws.yml
src/galaxy/objectstore/examples/boto3_integration_test_aws_new_bucket.yml
src/galaxy/objectstore/examples/boto3_integration_test_multithreaded.yml
src/galaxy/objectstore/examples/boto3_merged_transfer_options.xml
src/galaxy/objectstore/examples/boto3_merged_transfer_options.yml
src/galaxy/objectstore/examples/boto3_separated_transfer_options.xml
src/galaxy/objectstore/examples/boto3_separated_transfer_options.yml
src/galaxy/objectstore/examples/boto3_simple.xml
src/galaxy/objectstore/examples/boto3_simple.yml
src/galaxy/objectstore/examples/cloud_aws_default_cache.xml
src/galaxy/objectstore/examples/cloud_aws_no_auth.xml
src/galaxy/objectstore/examples/cloud_aws_simple.xml
src/galaxy/objectstore/examples/cloud_aws_simple.yml
src/galaxy/objectstore/examples/cloud_azure_simple.xml
src/galaxy/objectstore/examples/cloud_azure_simple.yml
src/galaxy/objectstore/examples/cloud_gcp_simple.xml
src/galaxy/objectstore/examples/cloud_gcp_simple.yml
src/galaxy/objectstore/examples/cloud_integration_test_aws.yml
src/galaxy/objectstore/examples/cloud_integration_test_aws_with_region.yml
src/galaxy/objectstore/examples/disk_badges.xml
src/galaxy/objectstore/examples/disk_badges.yml
src/galaxy/objectstore/examples/distributed_disk.xml
src/galaxy/objectstore/examples/distributed_disk.yml
src/galaxy/objectstore/examples/distributed_s3.yml
src/galaxy/objectstore/examples/gcp_boto3_integration_test.yml
src/galaxy/objectstore/examples/gcp_boto3_integration_test_legacy_params.yml
src/galaxy/objectstore/examples/gcp_s3_integration_test.yml
src/galaxy/objectstore/examples/hierarchical_simple.xml
src/galaxy/objectstore/examples/hierarchical_simple.yml
src/galaxy/objectstore/examples/pithos_simple.xml
src/galaxy/objectstore/examples/pithos_simple.yml
src/galaxy/objectstore/examples/rucio_distributed.yml
src/galaxy/objectstore/examples/s3_global_cache.xml
src/galaxy/objectstore/examples/s3_global_cache.yml
src/galaxy/objectstore/examples/s3_simple.xml
src/galaxy/objectstore/examples/s3_simple.yml
src/galaxy/objectstore/templates/__init__.py
src/galaxy/objectstore/templates/manager.py
src/galaxy/objectstore/templates/models.py
src/galaxy/objectstore/templates/examples/__init__.py
src/galaxy/objectstore/templates/examples/azure_just_container.yml
src/galaxy/objectstore/templates/examples/cloudflare.yml
src/galaxy/objectstore/templates/examples/cloudflare_legacy.yml
src/galaxy/objectstore/templates/examples/irods.yml
src/galaxy/objectstore/templates/examples/irods_ssl.yml
src/galaxy/objectstore/templates/examples/minio_example.yml
src/galaxy/objectstore/templates/examples/minio_just_buckets.yml
src/galaxy/objectstore/templates/examples/minio_just_buckets_legacy.yml
src/galaxy/objectstore/templates/examples/onedata.yml
src/galaxy/objectstore/templates/examples/production_aws_s3.yml
src/galaxy/objectstore/templates/examples/production_aws_s3_legacy.yml
src/galaxy/objectstore/templates/examples/production_azure_blob.yml
src/galaxy/objectstore/templates/examples/production_gcp_s3.yml
src/galaxy/objectstore/templates/examples/production_generic_s3.yml
src/galaxy/objectstore/templates/examples/production_generic_s3_legacy.yml
src/galaxy/objectstore/templates/examples/rucio.yml
src/galaxy/objectstore/templates/examples/simple_example.yml
src/galaxy/objectstore/templates/examples/testing_multi_version_with_secrets.yml
src/galaxy/objectstore/unittest_utils/__init__.py
src/galaxy_objectstore.egg-info/PKG-INFO
src/galaxy_objectstore.egg-info/SOURCES.txt
src/galaxy_objectstore.egg-info/dependency_links.txt
src/galaxy_objectstore.egg-info/requires.txt
src/galaxy_objectstore.egg-info/top_level.txt
tests/__init__.py
tests/objectstore/__init__.py
tests/objectstore/irods_object_store_conf.xml
tests/objectstore/irods_object_store_conf_logical_path.xml
tests/objectstore/irods_object_store_conf_no_auth.xml
tests/objectstore/irods_object_store_conf_no_extra_dir.xml
tests/objectstore/irods_object_store_conf_ssl.xml
tests/objectstore/test_badges.py
tests/objectstore/test_from_configuration_object.py
tests/objectstore/test_irods.py
tests/objectstore/test_objectstore.py
tests/objectstore/test_s3_boto3_client_kwds.py
tests/objectstore/test_serializing_user_object_stores.py
tests/objectstore/test_template_manager.py
tests/objectstore/test_template_models.py