Revision 4a105ce2 snf-pithos-app/pithos/api/util.py
b/snf-pithos-app/pithos/api/util.py | ||
---|---|---|
68 | 68 |
COOKIE_NAME, USER_CATALOG_URL, |
69 | 69 |
RADOS_STORAGE, RADOS_POOL_BLOCKS, |
70 | 70 |
RADOS_POOL_MAPS, TRANSLATE_UUIDS, |
71 |
PUBLIC_URL_MIN_LENGTH,
|
|
71 |
PUBLIC_URL_SECURITY,
|
|
72 | 72 |
PUBLIC_URL_ALPHABET) |
73 | 73 |
from pithos.backends import connect_backend |
74 | 74 |
from pithos.backends.base import (NotAllowedError, QuotaError, ItemNotExists, |
... | ... | |
985 | 985 |
quotaholder_client_poolsize=QUOTAHOLDER_POOLSIZE, |
986 | 986 |
free_versioning=BACKEND_FREE_VERSIONING, |
987 | 987 |
block_params=BLOCK_PARAMS, |
988 |
public_url_min_length=PUBLIC_URL_MIN_LENGTH,
|
|
988 |
public_url_security=PUBLIC_URL_SECURITY,
|
|
989 | 989 |
public_url_alphabet=PUBLIC_URL_ALPHABET) |
990 | 990 |
|
991 | 991 |
def get_backend(): |
Also available in: Unified diff