Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for PutObjectMetadata (0.1 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/object-handlers.go

    				oi.UserDefined[ReservedMetadataPrefixLower+ReplicationStatus] = dsc.PendingStatus()
    			}
    			return dsc, nil
    		},
    	}
    
    	objInfo, err := objectAPI.PutObjectMetadata(ctx, bucket, object, popts)
    	if err != nil {
    		writeErrorResponse(ctx, w, toAPIError(ctx, err), r.URL)
    		return
    	}
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 120.6K bytes
    - Click Count (0)
  2. cmd/bucket-replication.go

    					}
    				}
    				if ri.UserTags != "" {
    					oi.UserDefined[xhttp.AmzObjectTagging] = ri.UserTags
    				}
    				return dsc, nil
    			},
    		}
    
    		uobjInfo, _ := objectAPI.PutObjectMetadata(ctx, bucket, object, popts)
    		if uobjInfo.Name != "" {
    			objInfo = uobjInfo
    		}
    
    		opType := replication.MetadataReplicationType
    		if rinfos.Action() == replicateAll {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 118.2K bytes
    - Click Count (0)
Back to Top