PutBytes is convenience function to put a byte slice into this object store under the given name. ObjectInfo will be returned, containing the object's metadata, digest and instance information.
(ctx context.Context, name string, data []byte)
| 116 | // ObjectInfo will be returned, containing the object's metadata, digest |
| 117 | // and instance information. |
| 118 | PutBytes(ctx context.Context, name string, data []byte) (*ObjectInfo, error) |
| 119 | |
| 120 | // PutString is convenience function to put a string into this object |
| 121 | // store under the given name. |
no outgoing calls