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
6d9def44
Commit
6d9def44
authored
Mar 08, 2017
by
Antoine de Torcy
Browse files
Update OSCS endpoint
parent
8e483984
Changes
1
Show whitespace changes
Inline
Side-by-side
packaging/test_irods_resource_plugin_s3.py
View file @
6d9def44
...
...
@@ -435,7 +435,7 @@ class Test_Compound_With_S3_Resource_STSDate_Header_V4(Test_Compound_With_S3_Res
class
Test_Compound_With_S3_Resource_OSCS
(
ResourceSuite
,
ChunkyDevTest
,
unittest
.
TestCase
):
def
__init__
(
self
,
*
args
,
**
kwargs
):
self
.
keypairfile
=
'/projects/irods/vsphere-testing/externals/oracle.keypair'
self
.
s3endPoint
=
'us
2
.storage.oraclecloud.com'
self
.
s3endPoint
=
'us
com-central-1
.storage.oraclecloud.com'
super
(
Test_Compound_With_S3_Resource_OSCS
,
self
).
__init__
(
*
args
,
**
kwargs
)
def
setUp
(
self
):
...
...
Write
Preview
Markdown
is supported
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