1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-07-01 06:40:45 +02:00
This commit is contained in:
Chris Lu 2021-09-19 12:06:15 -07:00
parent ad5099e570
commit 84fdda85e7
3 changed files with 7 additions and 9 deletions

View file

@ -18,7 +18,6 @@ type RemoteSyncOptions struct {
readChunkFromFiler *bool
timeAgo *time.Duration
dir *string
}
var _ = filer_pb.FilerClient(&RemoteSyncOptions{})

View file

@ -35,4 +35,3 @@ func (s3a *S3ApiServer) PutObjectLockConfigurationHandler(w http.ResponseWriter,
w.WriteHeader(http.StatusNoContent)
}