Skip to content

Commit

Permalink
Revert "Update JSON representations of Capabilities structs to match …
Browse files Browse the repository at this point in the history
…internal"

This reverts commit ba186d2. I thought this change
would be non-breaking but I was WRONG
  • Loading branch information
jhiemstrawisc committed Oct 10, 2024
1 parent 34064a5 commit 7395fad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions server_structs/director.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ type (

// Note that the json are kept in uppercase for backward compatibility
Capabilities struct {
PublicReads bool `json:"PublicReads"`
Reads bool `json:"Reads"`
Writes bool `json:"Writes"`
Listings bool `json:"Listings"`
DirectReads bool `json:"DirectReads"`
PublicReads bool `json:"PublicRead"`
Reads bool `json:"Read"`
Writes bool `json:"Write"`
Listings bool `json:"Listing"`
DirectReads bool `json:"FallBackRead"`
}

NamespaceAdV2 struct {
Expand Down

0 comments on commit 7395fad

Please sign in to comment.