package app import ( "fmt" "net/url" "github.com/seaweedfs/seaweedfs/weed/admin/dash" "github.com/seaweedfs/seaweedfs/weed/s3api/s3tables" ) templ S3TablesTables(data dash.S3TablesTablesData) {
| Name | Table ARN | Created | Modified | S3 Location | Metadata | Actions |
|---|---|---|---|---|---|---|
| { tableName } | { table.TableARN } | { table.CreatedAt.Format("2006-01-02 15:04") } | { table.ModifiedAt.Format("2006-01-02 15:04") } |
if parseErr == nil {
s3://{ bucketName }/{ data.Namespace }/{ tableName }/
} else {
-
}
|
if table.MetadataLocation != "" { { table.MetadataLocation } } else { - } | |
No tables foundCreate your first table to start storing data. |
||||||