UPD: updated bucket name
This commit is contained in:
parent
96fad1b1c1
commit
77fc514056
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user