- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ExistingObjects (0.06 seconds)
-
internal/bucket/replication/replication.go
SSEC bool OpType Type Replica bool ExistingObject bool TargetArn string } // HasExistingObjectReplication returns true if any of the rule returns 'ExistingObjects' replication. func (c Config) HasExistingObjectReplication(arn string) (hasARN, isEnabled bool) { for _, rule := range c.Rules { if rule.Destination.ARN == arn || c.RoleArn == arn { if !hasARN {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Mar 30 00:56:02 GMT 2025 - 8.9K bytes - Click Count (0) -
cmd/api-errors.go
HTTPStatusCode: http.StatusBadRequest, }, ErrReplicationNoExistingObjects: { Code: "XMinioReplicationNoExistingObjects", Description: "No matching ExistingObjects rule enabled", HTTPStatusCode: http.StatusBadRequest, }, ErrRemoteTargetDenyAddError: { Code: "XMinioAdminRemoteTargetDenyAdd",Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Apr 16 07:34:24 GMT 2025 - 93K bytes - Click Count (3)