package app import ( "fmt" "github.com/seaweedfs/seaweedfs/weed/admin/dash" ) templ ObjectStoreUsers(data dash.ObjectStoreUsersData) {
Manage S3 API users and their access credentials
| Username | Access Key | Actions | |
|---|---|---|---|
|
{user.Username}
if user.IsStatic {
static
}
|
{user.Email} |
{user.AccessKey}
|
if !user.IsStatic {
}
if user.Username != "anonymous" && !user.IsStatic {
}
if !user.IsStatic {
}
|
No users foundCreate your first object store user to get started. |
|||