Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michele Carpene
Irods Resource Plugin S3
Commits
80e9a64b
Commit
80e9a64b
authored
Jun 02, 2016
by
Antoine de Torcy
Browse files
[#1827] update bucket name
parent
575a06c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
packaging/test_irods_resource_plugin_s3.py
View file @
80e9a64b
...
...
@@ -19,7 +19,7 @@ class Test_Compound_with_S3_Resource(ResourceSuite, ChunkyDevTest, unittest.Test
hostname
=
lib
.
get_hostname
()
with
lib
.
make_session_for_existing_admin
()
as
admin_session
:
keypairfile
=
'/projects/irods/vsphere-testing/externals/amazon_web_services-CI.keypair'
bucketname
=
os
.
environ
.
get
(
'S3BUCKET'
,
'irods-ci'
)
s3
bucketname
=
os
.
environ
.
get
(
'S3BUCKET'
,
'irods-ci'
)
s3stsdate
=
''
s3params
=
'S3_DEFAULT_HOSTNAME=s3.amazonaws.com;S3_AUTH_FILE='
+
keypairfile
+
';S3_RETRY_COUNT=15;S3_WAIT_TIME_SEC=1;S3_PROTO=HTTPS;S3_MPU_CHUNK=10;S3_MPU_THREADS=4;S3_STSDATE='
+
s3stsdate
s3params
=
os
.
environ
.
get
(
'S3PARAMS'
,
s3params
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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