- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for tagOut (0.57 sec)
-
cmd/object-handlers.go
}) } // ObjectTagSet key value tags type ObjectTagSet struct { Tags []tags.Tag `xml:"Tag"` } type objectTagging struct { XMLName xml.Name `xml:"Tagging"` TagSet *ObjectTagSet `xml:"TagSet"` } // GetObjectTaggingHandler - GET object tagging func (api objectAPIHandlers) GetObjectTaggingHandler(w http.ResponseWriter, r *http.Request) { ctx := newContext(r, w, "GetObjectTagging")
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 120.6K bytes - Viewed (0) -
src/main/resources/fess_label_pl.properties
labels.storage_file=Plik labels.storage_folder_name=Nazwa folderu labels.storage_button_download=Pobierz labels.storage_button_tags=Tagi labels.storage_title_tag=Tag: labels.storage_tag_key=Klucz tagu labels.storage_tag_value=Wartość tagu labels.login.newpassword=Musisz zaktualizować swoje hasło labels.login.placeholder_new_password=Nowe hasło labels.login.placeholder_confirm_new_password=Potwierdź nowe hasło
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 44.6K bytes - Viewed (0) -
cmd/site-replication.go
} if s.Tags != nil { tagBytes, err := base64.StdEncoding.DecodeString(*s.Tags) if err != nil { continue } tagCount++ if !tagSet.Contains(string(tagBytes)) { tagSet.Add(string(tagBytes)) } } if len(s.Policy) > 0 { plcy, err := policy.ParseBucketPolicyConfig(bytes.NewReader(s.Policy), b) if err != nil { continue
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 184.7K bytes - Viewed (0) -
cmd/api-errors.go
Description: "Bucket is missing ObjectLockConfiguration", HTTPStatusCode: http.StatusBadRequest, }, ErrBucketTaggingNotFound: { Code: "NoSuchTagSet", Description: "The TagSet does not exist", HTTPStatusCode: http.StatusNotFound, }, ErrObjectLockConfigurationNotFound: { Code: "ObjectLockConfigurationNotFoundError",
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 16 07:34:24 UTC 2025 - 93K bytes - Viewed (1)