Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
7b386a56
Commit
7b386a56
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
update boto & s3_cache.py
parent
f27b864f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
test-infra/requirements.txt
+1
-1
test-infra/requirements.txt
test-infra/s3_cache.py
+1
-1
test-infra/s3_cache.py
with
2 additions
and
2 deletions
+2
-2
test-infra/requirements.txt
+
1
-
1
View file @
7b386a56
boto==2.2
0
.0
boto==2.2
5
.0
This diff is collapsed.
Click to expand it.
test-infra/s3_cache.py
+
1
-
1
View file @
7b386a56
...
@@ -87,7 +87,7 @@ if __name__ == '__main__':
...
@@ -87,7 +87,7 @@ if __name__ == '__main__':
mode
,
friendly_name
,
dependencies_file
,
directory
=
argv
mode
,
friendly_name
,
dependencies_file
,
directory
=
argv
conn
=
S3Connection
()
conn
=
S3Connection
()
bucket
=
conn
.
lookup
(
BUCKET_NAME
,
validate
=
False
)
bucket
=
conn
.
lookup
(
BUCKET_NAME
)
if
bucket
is
None
:
if
bucket
is
None
:
raise
SystemExit
(
"Could not access bucket!"
)
raise
SystemExit
(
"Could not access bucket!"
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment