Fixed an issue with subpaths in resources policies (#2856)

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2023-06-08 17:37:45 -06:00
committed by GitHub
parent b4603547f6
commit fe7be4ef62
11 changed files with 161 additions and 8 deletions

View File

@@ -44,6 +44,7 @@ type WSResponse struct {
Error string `json:"error,omitempty"`
RequestEnd bool `json:"request_end,omitempty"`
Prefix string `json:"prefix,omitempty"`
BucketName string `json:"bucketName,omitempty"`
Data []ObjectResponse `json:"data,omitempty"`
}