mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-16 12:08:04 +00:00
Remove validate argument, not supported by Travi CI boto version.
This commit is contained in:
+1
-1
@@ -74,5 +74,5 @@ class S3Test(BaseTest):
|
|||||||
if path.startswith("public/"):
|
if path.startswith("public/"):
|
||||||
path = path[7:]
|
path = path[7:]
|
||||||
|
|
||||||
key = self.bucket.get_key(path, validate=True)
|
key = self.bucket.get_key(path)
|
||||||
return key.get_contents_as_string()
|
return key.get_contents_as_string()
|
||||||
|
|||||||
Reference in New Issue
Block a user