(name string)
| 324 | } |
| 325 | |
| 326 | func encodeName(name string) string { |
| 327 | return base64.URLEncoding.EncodeToString([]byte(name)) |
| 328 | } |
| 329 | |
| 330 | // Put will place the contents from the reader into this object-store. |
| 331 | func (obs *obs) Put(meta *ObjectMeta, r io.Reader, opts ...ObjectOpt) (*ObjectInfo, error) { |
no outgoing calls
no test coverage detected