Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PutObjectMetadata (0.12 sec)

  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
    	}
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 05 05:16:15 UTC 2024
    - 117.4K bytes
    - Viewed (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 {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 10 06:49:55 UTC 2024
    - 116.1K bytes
    - Viewed (0)
Back to top