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