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
2422ac62
Commit
2422ac62
authored
May 26, 2021
by
Walter D
Browse files
Removed Objectversion param
parent
308da5d7
Pipeline
#42561
passed with stages
in 9 minutes and 56 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
src/cloud/providers/ibm/stshelper.ts
View file @
2422ac62
...
...
@@ -139,8 +139,7 @@ export class IBMSTShelper{
Sid
:
'
Three
'
,
// Statement 3: Allow Downloading files at the file location
Effect
:
'
Allow
'
,
Action
:
[
'
s3:GetObject
'
,
'
s3:GetObjectVersion
'
'
s3:GetObject
'
],
Resource
:
[
'
arn:aws:s3:::
'
+
bucketName
...
...
@@ -150,8 +149,7 @@ export class IBMSTShelper{
Sid
:
'
Four
'
,
// Statement 4: Allow Downloading files under the file location
Effect
:
'
Allow
'
,
Action
:
[
'
s3:GetObject
'
,
'
s3:GetObjectVersion
'
'
s3:GetObject
'
],
Resource
:
[
'
arn:aws:s3:::
'
+
bucketName
+
'
/*
'
...
...
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