Storable says whether this object can be stored
()
| 55 | |
| 56 | // Storable says whether this object can be stored |
| 57 | func (o Object) Storable() bool { |
| 58 | return true |
| 59 | } |
| 60 | |
| 61 | // SetModTime sets the metadata on the object to set the modification date |
| 62 | func (o Object) SetModTime(ctx context.Context, t time.Time) error { |