ModTime returns the modification time of the remote http file
(ctx context.Context)
| 663 | |
| 664 | // ModTime returns the modification time of the remote http file |
| 665 | func (o *Object) ModTime(ctx context.Context) time.Time { |
| 666 | return o.modTime |
| 667 | } |
| 668 | |
| 669 | // url returns the native url of the object |
| 670 | func (o *Object) url() string { |
no outgoing calls