.codecov.yml
.copier-answers.yml
.coveragerc
.envrc.example
.gitignore
.pre-commit-config.yaml
.pylintrc
CHANGELOG.md
CODE-OF-CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
NOTICE
README.md
noxfile.py
pyproject.toml
setup.py
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/docs.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/tech-debt.md
.github/workflows/ci.yml
.github/workflows/deploy-docs-action.yml
.github/workflows/deploy-package-action.yml
.github/workflows/docs-action.yml
.github/workflows/get-changed-files.yml
.github/workflows/package-action.yml
.github/workflows/pr.yml
.github/workflows/pre-commit-action.yml
.github/workflows/prepare-release-action.yml
.github/workflows/tag.yml
.github/workflows/test-action.yml
.pre-commit-hooks/check-cli-examples.py
.pre-commit-hooks/make-autodocs.py
changelog/.template.jinja
docs/Makefile
docs/changelog.md
docs/conf.py
docs/index.rst
docs/make.bat
docs/sitevars.rst
docs/_ext/saltdomain.py
docs/_static/.gitkeep
docs/ref/.gitkeep
docs/ref/fileserver/index.rst
docs/ref/fileserver/saltext.s3fs.fileserver.s3fs.rst
docs/topics/installation.md
src/saltext.s3fs.egg-info/PKG-INFO
src/saltext.s3fs.egg-info/SOURCES.txt
src/saltext.s3fs.egg-info/dependency_links.txt
src/saltext.s3fs.egg-info/entry_points.txt
src/saltext.s3fs.egg-info/not-zip-safe
src/saltext.s3fs.egg-info/requires.txt
src/saltext.s3fs.egg-info/top_level.txt
src/saltext/s3fs/__init__.py
src/saltext/s3fs/version.py
src/saltext/s3fs/fileserver/__init__.py
src/saltext/s3fs/fileserver/s3fs.py
tests/__init__.py
tests/functional/__init__.py
tests/functional/conftest.py
tests/functional/fileserver/__init__.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/fileserver/__init__.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/fileserver/__init__.py
tests/unit/fileserver/test_s3fs.py
tools/initialize.py
tools/version.py
tools/helpers/__init__.py
tools/helpers/cmd.py
tools/helpers/copier.py
tools/helpers/git.py
tools/helpers/pre_commit.py
tools/helpers/prompt.py
tools/helpers/venv.py