Skip to content

Commit 2c785ba

Browse files
committed
rm debug
1 parent a34bc64 commit 2c785ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

qcloud_cos/cos_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2626,8 +2626,6 @@ def copy(self, Bucket, Key, CopySource, CopyStatus='Copy', PartSize=10, MAXThrea
26262626
if 'StorageClass' in kwargs:
26272627
dst_storage_class = kwargs['StorageClass'].lower()
26282628

2629-
print src_storage_class
2630-
print dst_storage_class
26312629
# 同园区且不改存储类型的情况下直接走copy_object
26322630
if self._check_same_region(self._conf._endpoint, CopySource) and src_storage_class == dst_storage_class:
26332631
response = self.copy_object(Bucket=Bucket, Key=Key, CopySource=CopySource, CopyStatus=CopyStatus, **kwargs)

0 commit comments

Comments
 (0)