GetInfo will retrieve the current information for the object, containing the object's metadata and instance information. If the object does not exist, ErrObjectNotFound will be returned. A GetObjectInfoShowDeleted option can be supplied to return an object even if it was marked as deleted.
(ctx context.Context, name string, opts ...GetObjectInfoOpt)
| 177 | // A GetObjectInfoShowDeleted option can be supplied to return an object |
| 178 | // even if it was marked as deleted. |
| 179 | GetInfo(ctx context.Context, name string, opts ...GetObjectInfoOpt) (*ObjectInfo, error) |
| 180 | |
| 181 | // UpdateMeta will update the metadata for the object. |
| 182 | // |
no outgoing calls