UPD: updated bucket name

This commit is contained in:
xpk 2024-07-16 12:35:41 +08:00
parent 96fad1b1c1
commit 77fc514056
Signed by: xpk
GPG Key ID: CD4FF6793F09AB86

View File

@ -25,7 +25,7 @@ def restoreObject(bucket, key, versionId, myCount):
print(myCount, "Restore requested for", key)
bucketName = 'whk1-bea-icc-mbk-prd-s3-emr-hbase'
bucketName = 's3-emr-hbase'
# threading allows 104000 objects be restored in an hour, compared to 21000 files without concurrency
concurrency = 15
client = boto3.client('s3')