Skip to content

Shared buckets with prefix based permissions #1296

@wildintellect

Description

@wildintellect

In order to support many research groups we implemented a feature to have group based shared buckets.
In refining this there's been a request to have different permissions per prefix.

I'm not sure it's working as intended in early tests.

My permissions returned by the API

    {
      "access": "read_write",
      "bucket": "jpl-dev-team-test",
      "prefix": "data/",
      "type": "org",
      "uri": "s3://jpl-dev-team-test/data/"
    },
    {
      "access": "read_only",
      "bucket": "jpl-dev-team-test",
      "prefix": "platform/",
      "type": "org",
      "uri": "s3://jpl-dev-team-test/platform/"
    }

However, I can write to neither of these after I removed myself from a 3rd group that had full permissions over the whole bucket.

Metadata

Metadata

Labels

BugSomething isn't working

Projects

Status

In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions