SetModTime sets the metadata on the object to set the modification date
(ctx context.Context, t time.Time)
| 85 | |
| 86 | // SetModTime sets the metadata on the object to set the modification date |
| 87 | SetModTime(ctx context.Context, t time.Time) error |
| 88 | |
| 89 | // Open opens the file for read. Call Close() on the returned io.ReadCloser |
| 90 | Open(ctx context.Context, options ...OpenOption) (io.ReadCloser, error) |
no outgoing calls