Skip to content

Commit

Permalink
docs: update readme.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lapa <chris@lapa.com.au>
  • Loading branch information
GusBricker committed Nov 3, 2018
1 parent 204ee10 commit 9749835
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ class DyStore(object):
:param path: JSON Path of this object when it is used in a shard, note: see jsonpath-ng for documentation on jsonpath.
:param shards: Items to shard out to other tables in this object.
:param region: AWS region for table.
:param ignore_paths: Paths to ignore during encryption/decryption, can be regexes
"""
def read_path(self, primary_key, path, config_loader=None):
Expand Down Expand Up @@ -271,6 +272,11 @@ class DyObject(object):
"""
IGNORE_LIST = []
"""
Variable names to ignore during encryption/decryption
"""
CRYPTO_IGNORE_PATHS = []
"""
Invoked on object load when class cant be determined.
config_loader(DyObject.CONFIG_LOADER_DICT_TO_KEY, key=key, value=value)
Expand Down

0 comments on commit 9749835

Please sign in to comment.