Changes between Version 4 and Version 5 of S3/S3Resource
- Timestamp:
- 10/24/10 07:42:22 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Resource
v4 v5 34 34 35 35 {{{ 36 res, req = s3xrc.parse_request(module, resource , session, request, response)36 res, req = s3xrc.parse_request(module, resource) 37 37 output = res.execute_request(req, **attr) 38 38 }}} 39 39 40 where {{{res}}} is the S3Resource , and {{{req}}} the [wiki:S3XRC/RESTfulAPI/S3Request S3Request].40 where {{{res}}} is the S3Resource instance, and {{{req}}} the [wiki:S3XRC/RESTfulAPI/S3Request S3Request] instance. 41 41 42 42 === Flow Diagram ===