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 | Status | Created | Last Login | Actions | |
---|---|---|---|---|---|---|
{user.Username}
|
{user.Email} |
{user.AccessKey}
|
{user.Status} | {user.CreatedAt.Format("2006-01-02")} | {user.LastLogin.Format("2006-01-02")} |
|
No users foundCreate your first object store user to get started. |