Changes between Version 5 and Version 6 of S3/S3REST/s3_rest_controller
- Timestamp:
- 10/22/10 12:18:39 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3REST/s3_rest_controller
v5 v6 33 33 34 34 - any callable argument will be invoked with the {{{S3Request}}} as first and only argument, and its return value will be added to the {{{output dict}}} instead 35 - any non-callable argument which is not Nonewill be added to the {{{output dict}}} as-is35 - any non-callable argument which is not {{{None}}} will be added to the {{{output dict}}} as-is 36 36 - any argument that gives {{{None}}} will remove this key from the {{{output dict}}} 37 37