mirror of
https://github.com/DullJZ/s3-balance.git
synced 2026-09-04 23:36:40 +08:00
Add virtual bucket feature
This commit is contained in:
@@ -24,7 +24,7 @@ ACCESS_KEY = "AKIAIOSFODNN7EXAMPLE"
|
||||
SECRET_KEY = "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"
|
||||
|
||||
# 测试配置
|
||||
TEST_BUCKET = "test-bucket-1"
|
||||
TEST_BUCKET = "test-virtual-1"
|
||||
TEST_KEY_PREFIX = f"test-{int(time.time())}"
|
||||
|
||||
def create_s3_client():
|
||||
|
||||
Reference in New Issue
Block a user