@attr(resource='object')
@attr(method='put')
@attr(operation='check multipart copies with single small part')
-@attr('fails_on_rgw')
def test_multipart_copy_small():
(src_bucket, src_key) = _create_key_with_random_content('foo')
dst_bucket = get_new_bucket()
@attr(resource='object')
@attr(method='put')
@attr(operation='check multipart copies with single small part')
-@attr('fails_on_rgw')
def test_multipart_copy_special_names():
src_bucket = get_new_bucket()
dst_bucket = get_new_bucket()
@attr(resource='object')
@attr(method='put')
@attr(operation='check multipart copies with single small part')
-@attr('fails_on_rgw')
def test_multipart_copy_special_names():
src_bucket = get_new_bucket()
dst_bucket = get_new_bucket()
eq(key2.size, size)
_check_key_content(src_key, key2)
+@attr(resource='object')
+@attr(method='put')
+@attr(operation='check multipart copies of versioned objects')
def test_multipart_copy_versioned():
src_bucket = get_new_bucket()
dst_bucket = get_new_bucket()