(params)
| 3111 | |
| 3112 | |
| 3113 | def _is_s3express_request(params): |
| 3114 | endpoint_properties = params.get('context', {}).get( |
| 3115 | 'endpoint_properties', {} |
| 3116 | ) |
| 3117 | return endpoint_properties.get('backend') == 'S3Express' |
| 3118 | |
| 3119 | |
| 3120 | def get_checksum_algorithm_headers(params): |
no outgoing calls
no test coverage detected