Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Seismic DMS Suite
seismic-dms-service
Commits
99935698
Commit
99935698
authored
May 18, 2021
by
Diego Molteni
Browse files
Merge branch 'master' into slb/dm3/reason-423
parents
20d2453f
08ada788
Pipeline
#40751
passed with stages
in 9 minutes and 12 seconds
Changes
2
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
99935698
...
...
@@ -53,7 +53,7 @@ include:
# aws
-
project
:
"
osdu/platform/ci-cd-pipelines"
file
:
"
cloud-providers/aws.yml"
file
:
"
cloud-providers/aws
-global
.yml"
-
local
:
"
/devops/aws/awstest.yml"
...
...
src/cloud/providers/aws/dataecosystem.ts
View file @
99935698
...
...
@@ -21,7 +21,7 @@ import { AWSCredentials } from './credentials';
@
DataEcosystemCoreFactory
.
register
(
'
aws
'
)
export
class
AWSDataEcosystemServices
extends
AbstractDataEcosystemCore
{
public
getDataPartitionIDRestHeaderName
():
string
{
return
'
data-partition-id
'
;
}
public
getEntitlementBaseUrlPath
():
string
{
return
'
/api/entitlements/v
1
'
;
};
public
getEntitlementBaseUrlPath
():
string
{
return
'
/api/entitlements/v
2
'
;
};
public
getComplianceBaseUrlPath
():
string
{
return
'
/api/legal/v1
'
;
};
public
getStorageBaseUrlPath
():
string
{
return
'
/api/storage/v2
'
;
};
...
...
@@ -41,4 +41,4 @@ export class AWSDataEcosystemServices extends AbstractDataEcosystemCore {
return
false
;
}
}
\ No newline at end of file
}
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