mirror of
https://github.com/pgsty/minio.git
synced 2026-07-24 22:46:16 +03:00
Store the checksum in PostPolicyHandler so that we can return it on Get/Head (#20364)
This commit is contained in:
@@ -1200,6 +1200,7 @@ func (api objectAPIHandlers) PostPolicyBucketHandler(w http.ResponseWriter, r *h
|
|||||||
writeErrorResponseHeadersOnly(w, toAPIError(ctx, err))
|
writeErrorResponseHeadersOnly(w, toAPIError(ctx, err))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
opts.WantChecksum = checksum
|
||||||
|
|
||||||
fanOutOpts := fanOutOptions{Checksum: checksum}
|
fanOutOpts := fanOutOptions{Checksum: checksum}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user