diff --git a/swift/common/utils.py b/swift/common/utils.py index 98c423251d..66919c721f 100644 --- a/swift/common/utils.py +++ b/swift/common/utils.py @@ -1851,6 +1851,7 @@ def replication(func): """ Decorator to declare which methods are accessible for different type of servers: + * If option replication_server is None then this decorator doesn't matter. * If option replication_server is True then ONLY decorated with