forked from TrueCloudLab/s3-tests
Removing dead code (generate_objects:connect_s3)
This commit is contained in:
parent
99ef831a0d
commit
90d0f06522
1 changed files with 0 additions and 11 deletions
|
@ -23,17 +23,6 @@ def parse_opts():
|
||||||
return parser.parse_args()
|
return parser.parse_args()
|
||||||
|
|
||||||
|
|
||||||
def connect_s3(host, access_key, secret_key):
|
|
||||||
conn = S3Connection(
|
|
||||||
calling_format = OrdinaryCallingFormat(),
|
|
||||||
is_secure = False,
|
|
||||||
host = host,
|
|
||||||
aws_access_key_id = access_key,
|
|
||||||
aws_secret_access_key = secret_key)
|
|
||||||
|
|
||||||
return conn
|
|
||||||
|
|
||||||
|
|
||||||
def get_random_files(quantity, mean, stddev, seed):
|
def get_random_files(quantity, mean, stddev, seed):
|
||||||
"""Create file-like objects with pseudorandom contents.
|
"""Create file-like objects with pseudorandom contents.
|
||||||
IN:
|
IN:
|
||||||
|
|
Loading…
Reference in a new issue