mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-11 23:06:54 +00:00
publish bucket creation date in admin api and CLI
This commit is contained in:
@@ -2280,6 +2280,7 @@
|
||||
"type": "object",
|
||||
"required": [
|
||||
"id",
|
||||
"created",
|
||||
"globalAliases",
|
||||
"websiteAccess",
|
||||
"keys",
|
||||
@@ -2297,6 +2298,11 @@
|
||||
"format": "int64",
|
||||
"description": "Total number of bytes used by objects in this bucket"
|
||||
},
|
||||
"created": {
|
||||
"type": "string",
|
||||
"format": "date-time",
|
||||
"description": "Bucket creation date"
|
||||
},
|
||||
"globalAliases": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
@@ -2873,10 +2879,15 @@
|
||||
"type": "object",
|
||||
"required": [
|
||||
"id",
|
||||
"created",
|
||||
"globalAliases",
|
||||
"localAliases"
|
||||
],
|
||||
"properties": {
|
||||
"created": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
},
|
||||
"globalAliases": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
||||
Reference in New Issue
Block a user