package app import ( "fmt" "github.com/seaweedfs/seaweedfs/weed/admin/dash" ) templ S3Buckets(data dash.S3BucketsData) {
Name | Created | Objects | Size | Status | Actions |
---|---|---|---|---|---|
{bucket.Name} | {bucket.CreatedAt.Format("2006-01-02 15:04")} | {fmt.Sprintf("%d", bucket.ObjectCount)} | {formatBytes(bucket.Size)} | {bucket.Status} | |
No Object Store buckets foundCreate your first bucket to get started with S3 storage. |