Changes between Version 4 and Version 5 of S3/S3Resource


Ignore:
Timestamp:
10/24/10 07:42:22 (14 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Resource

    v4 v5  
    3434
    3535{{{
    36 res, req = s3xrc.parse_request(module, resource, session, request, response)
     36res, req = s3xrc.parse_request(module, resource)
    3737output = res.execute_request(req, **attr)
    3838}}}
    3939
    40 where {{{res}}} is the S3Resource, and {{{req}}} the [wiki:S3XRC/RESTfulAPI/S3Request S3Request].
     40where {{{res}}} is the S3Resource instance, and {{{req}}} the [wiki:S3XRC/RESTfulAPI/S3Request S3Request] instance.
    4141
    4242=== Flow Diagram ===