Skip to content

Commit

Permalink
Add more storage samples for the cloud client libraries. (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott authored Jul 29, 2016
1 parent 5af5b09 commit a18bc9d
Show file tree
Hide file tree
Showing 6 changed files with 428 additions and 175 deletions.
2 changes: 1 addition & 1 deletion nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def session_lint(session):
"""Lints each sample."""
session.install('flake8', 'flake8-import-order')
session.run(
'flake8', '--builtin=gettext', '--max-complexity=10',
'flake8', '--builtin=gettext', '--max-complexity=15',
'--import-order-style=google',
'--exclude',
'container_engine/django_tutorial/polls/migrations/*,.nox,.cache,env,'
Expand Down
2 changes: 1 addition & 1 deletion storage/cloud-client/encryption_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_upload_encrypted_blob(cloud_config):
def test_blob(cloud_config):
"""Provides a pre-existing blob in the test bucket."""
bucket = storage.Client().bucket(cloud_config.storage_bucket)
blob = bucket.blob('encrption_test_sigil')
blob = bucket.blob('encryption_test_sigil')
content = 'Hello, is it me you\'re looking for?'
blob.upload_from_string(
content,
Expand Down
113 changes: 0 additions & 113 deletions storage/cloud-client/manage_blobs.py

This file was deleted.

60 changes: 0 additions & 60 deletions storage/cloud-client/manage_blobs_test.py

This file was deleted.

Loading

0 comments on commit a18bc9d

Please sign in to comment.