Revision 19ddd41b snf-pithos-backend/pithos/backends/base.py

b/snf-pithos-backend/pithos/backends/base.py
32 32
# or implied, of GRNET S.A.
33 33

  
34 34
# Default setting for new accounts.
35
DEFAULT_QUOTA = 0  # No quota.
36
DEFAULT_VERSIONING = 'auto'
35
DEFAULT_ACCOUNT_QUOTA = 0  # No quota.
36
DEFAULT_CONTAINER_QUOTA = 0  # No quota.
37
DEFAULT_CONTAINER_VERSIONING = 'auto'
37 38

  
38 39

  
39 40

  
......
84 85

  
85 86
        'block_size': Suggested is 4MB
86 87

  
87
        'default_policy': A dictionary with default policy settings
88
        'default_account_policy': A dictionary with default account policy settings
89
        'default_container_policy': A dictionary with default container policy settings
88 90
    """
89 91

  
90 92
    def close(self):

Also available in: Unified diff