We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bb1e97 + f5a2736 commit c4063c5Copy full SHA for c4063c5
rgw/v2/tests/s3_swift/test_swift_basic_ops.py
@@ -186,7 +186,7 @@ def test_exec(config):
186
test_info.failed_status(msg)
187
raise TestExecError(msg)
188
189
- elif config.config.large_object_upload is True:
+ elif config.large_object_upload is True:
190
container_name = utils.gen_bucket_name_from_userid(user_info['user_id'], rand_no=cc)
191
container = swiftlib.resource_op({'obj': rgw,
192
'resource': 'put_container',
0 commit comments