2022-06-20 15:28:27 +00:00
|
|
|
/*
|
2022-12-29 10:46:18 +00:00
|
|
|
Package acl provides functionality to control access to data and operations on them in FrostFS containers.
|
2022-06-20 15:28:27 +00:00
|
|
|
|
2022-12-29 10:46:18 +00:00
|
|
|
Type Basic represents basic ACL of the FrostFS container which specifies the general order of data access.
|
2022-06-20 15:28:27 +00:00
|
|
|
Basic provides interface of rule composition. Package acl also exports some frequently used settings like
|
|
|
|
private or public.
|
|
|
|
*/
|
|
|
|
package acl
|