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.
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
However, I can write to neither of these after I removed myself from a 3rd group that had full permissions over the whole bucket.