Changes between Version 5 and Version 6 of S3/S3REST/s3_rest_controller


Ignore:
Timestamp:
10/22/10 12:18:39 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST/s3_rest_controller

    v5 v6  
    3333
    3434  - 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 None will be added to the {{{output dict}}} as-is
     35  - any non-callable argument which is not {{{None}}} will be added to the {{{output dict}}} as-is
    3636  - any argument that gives {{{None}}} will remove this key from the {{{output dict}}}
    3737