mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-08 19:54:46 +08:00
S3: Signature verification should not check permissions (#7335)
* Signature verification should not check permissions - that's done later in authRequest * test permissions during signature verfication * fix s3 test path * s3tests_boto3 => s3tests * remove extra lines
This commit is contained in:
@@ -268,7 +268,7 @@ get_new_bucket = _sw_get_new_bucket
|
||||
|
||||
def main() -> int:
|
||||
s3_tests_path = os.environ.get("S3_TESTS_PATH", "s3-tests")
|
||||
init_file_path = os.path.join(s3_tests_path, "s3tests_boto3", "functional", "__init__.py")
|
||||
init_file_path = os.path.join(s3_tests_path, "s3tests", "functional", "__init__.py")
|
||||
print("Applying s3-tests patch for bucket creation idempotency...")
|
||||
print(f"Target repo path: {s3_tests_path}")
|
||||
if not os.path.exists(s3_tests_path):
|
||||
|
||||
Reference in New Issue
Block a user