Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for msgstr (0.17 sec)

  1. cmd/bucket-handlers.go

    	//
    	// We encode the xml bytes as base64 to ensure there are no encoding
    	// errors.
    	cfgStr := base64.StdEncoding.EncodeToString(configData)
    	replLogIf(ctx, globalSiteReplicationSys.BucketMetaHook(ctx, madmin.SRBucketMeta{
    		Type:             madmin.SRBucketMetaTypeObjectLockConfig,
    		Bucket:           bucket,
    		ObjectLockConfig: &cfgStr,
    		UpdatedAt:        updatedAt,
    	}))
    
    	// Write success response.
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 16:27:27 GMT 2024
    - 61.6K bytes
    - Viewed (0)
Back to top