Browse Source

adjust text

pull/1153/head
Chris Lu 5 years ago
parent
commit
356bd1b629
  1. 4
      weed/storage/backend/s3_backend/s3_backend.go

4
weed/storage/backend/s3_backend/s3_backend.go

@ -127,11 +127,11 @@ func (s3backendStorageFile S3BackendStorageFile) ReadAt(p []byte, off int64) (n
}
func (s3backendStorageFile S3BackendStorageFile) WriteAt(p []byte, off int64) (n int, err error) {
panic("implement me")
panic("not implemented")
}
func (s3backendStorageFile S3BackendStorageFile) Truncate(off int64) error {
panic("implement me")
panic("not implemented")
}
func (s3backendStorageFile S3BackendStorageFile) Close() error {

Loading…
Cancel
Save