Skip to content

Commit

Permalink
Merge pull request #89 from ThomasWaldmann/misc-updates
Browse files Browse the repository at this point in the history
misc. updates
  • Loading branch information
ThomasWaldmann authored Dec 2, 2024
2 parents fce35b5 + b52abfc commit 3ee007d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
python-version: '3.12'
toxenv: py312
- os: ubuntu-24.04
python-version: '3.13-dev'
python-version: '3.13'
toxenv: py313

env:
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@ Automatic Nesting

For the Store user, items have names like e.g.:

namespace/0123456789abcdef...
namespace/abcdef0123456789...
- namespace/0123456789abcdef...
- namespace/abcdef0123456789...

If there are very many items in the namespace, this could lead to scalability
issues in the backend, thus the Store implementation offers transparent
nesting, so that internally the Backend API will be called with
names like e.g.:

namespace/01/23/56/0123456789abcdef...
namespace/ab/cd/ef/abcdef0123456789...
- namespace/01/23/56/0123456789abcdef...
- namespace/ab/cd/ef/abcdef0123456789...

The nesting depth can be configured from 0 (= no nesting) to N levels and
there can be different nesting configurations depending on the namespace.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies = [
sftp = [
"paramiko >= 1.9.1", # 1.9.1+ supports multiple IdentityKey entries in .ssh/config
]
none = []

[project.urls]
Homepage = "https://github.com/borgbackup/borgstore"
Expand Down

0 comments on commit 3ee007d

Please sign in to comment.