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
Wellbore
Lib
Wellbore-cloud
Wellbore-aws-lib
Commits
9113b390
Commit
9113b390
authored
Sep 01, 2021
by
Yunhua Koglin
Browse files
update
parent
fccb71ec
Changes
1
Show whitespace changes
Inline
Side-by-side
osdu_aws/storage/storage_aws.py
View file @
9113b390
...
...
@@ -67,7 +67,7 @@ class AwsStorage(BlobStorageBase):
],
'Resource'
:
[
"arn:aws:s3:::%s"
%
bucket
],
'Condition'
:
{
'String
Equals
'
:
{
'String
Like
'
:
{
"s3:prefix"
:
"%s/"
%
keypath
}
}
...
...
@@ -82,7 +82,7 @@ class AwsStorage(BlobStorageBase):
],
'Resource'
:
[
"arn:aws:s3:::%s/*"
%
bucket
],
'Condition'
:
{
'String
Equals
'
:
{
'String
Like
'
:
{
"s3:prefix"
:
"%s/"
%
keypath
}
}
...
...
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