Actions that can be granted to specific paths within the storage resource.
'read' grants both 'get' and 'list' actions.
'get' grants the ability to fetch objects matching the path prefix.
'list' grants the ability to list object names matching the path prefix. It does NOT grant the ability to get the content of those objects.
'write' grants the ability to upload objects with a certain prefix. Note that this allows both creating new objects and updating existing ones.
'delete' grant the ability to delete objects with a certain prefix.
Actions that can be granted to specific paths within the storage resource.
'read' grants both 'get' and 'list' actions.
'get' grants the ability to fetch objects matching the path prefix.
'list' grants the ability to list object names matching the path prefix. It does NOT grant the ability to get the content of those objects.
'write' grants the ability to upload objects with a certain prefix. Note that this allows both creating new objects and updating existing ones.
'delete' grant the ability to delete objects with a certain prefix.