(name string)
| 631 | } |
| 632 | |
| 633 | func encodeName(name string) string { |
| 634 | return base64.URLEncoding.EncodeToString([]byte(name)) |
| 635 | } |
| 636 | |
| 637 | // Put will place the contents from the reader into this object-store. |
| 638 | func (obs *obs) Put(ctx context.Context, meta ObjectMeta, r io.Reader) (*ObjectInfo, error) { |
no outgoing calls
no test coverage detected