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
039fd95d
Commit
039fd95d
authored
Sep 01, 2021
by
Yunhua Koglin
Browse files
update policy
parent
a6d37310
Changes
2
Hide whitespace changes
Inline
Side-by-side
osdu_aws/__init__.py
View file @
039fd95d
...
...
@@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__
=
'
0
.0.2'
__version__
=
'
1
.0.2'
osdu_aws/storage/storage_aws.py
View file @
039fd95d
...
...
@@ -62,8 +62,8 @@ class AwsStorage(BlobStorageBase):
'Sid'
:
'One'
,
'Effect'
:
'Allow'
,
'Action'
:
[
'
s3:ListBucketVersions
'
,
'
s3:ListBucket
'
"
s3:ListBucketVersions
"
,
"
s3:ListBucket
"
],
'Resource'
:
[
"arn:aws:s3:::%s"
%
bucket
],
'Condition'
:
{
...
...
@@ -78,7 +78,7 @@ class AwsStorage(BlobStorageBase):
'Action'
:
[
"s3:*"
],
'Resource'
:
[
"arn:aws:s3:::%s"
%
bucket
],
'Resource'
:
[
"arn:aws:s3:::%s
/*
"
%
bucket
],
'Condition'
:
{
'StringLike'
:
{
"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