oras-go
oras-go copied to clipboard
`oras.Resolve` and `oras.Copy` should have a `MaxMetadataBytes` option
Since oras.Resolve
and oras.Copy
may cache content, they should have a MaxMetadataBytes
option so that the memory won't be blew up.