index
:
seaweedfs/.git
master
origin/HEAD
origin/add-ec-vacuum
origin/add_fasthttp_client
origin/add_remote_storage
origin/adding-message-queue-integration-tests
origin/adjust-fsck-cutoff-default
origin/also-delete-parent-directory-if-empty
origin/avoid_releasing_temp_file_on_write
origin/changing-to-zap
origin/collect-public-metrics
origin/copilot/fix-helm-chart-installation
origin/copilot/fix-s3-object-tagging-issue
origin/copilot/sub-pr-7677
origin/create-table-snapshot-api-design
origin/data_query_pushdown
origin/dependabot/maven/other/java/client/com.google.protobuf-protobuf-java-3.25.5
origin/dependabot/maven/other/java/examples/org.apache.hadoop-hadoop-common-3.4.0
origin/detect-and-plan-ec-tasks
origin/do-not-retry-if-error-is-NotFound
origin/ec-disk-type-support
origin/enhance-erasure-coding
origin/fasthttp
origin/feature/iam-user-status-management-7745
origin/feature/tus-protocol
origin/filer1_maintenance_branch
origin/fix-GetObjectLockConfigurationHandler
origin/fix-mount-http-parallelism
origin/fix-mount-read-throughput-7504
origin/fix-s3-object-tagging-issue-7589
origin/fix-versioning-listing-only
origin/ftp
origin/gh-pages
origin/improve-fuse-mount
origin/improve-fuse-mount2
origin/logrus
origin/master
origin/message_send
origin/mount2
origin/mq-subscribe
origin/mq2
origin/nfs-cookie-prefix-list-fixes
origin/optimize-delete-lookups
origin/original_weed_mount
origin/pr-7412
origin/random_access_file
origin/refactor-needle-read-operations
origin/refactor-volume-write
origin/remote_overlay
origin/revert-5134-patch-1
origin/revert-5819-patch-1
origin/revert-6434-bugfix-missing-s3-audit
origin/s3-select
origin/sub
origin/tcp_read
origin/test-reverting-lock-table
origin/test_udp
origin/testing
origin/testing-sdx-generation
origin/tikv
origin/track-mount-e2e
origin/upgrade-versions-to-4.00
origin/volume_buffered_writes
origin/worker-execute-ec-tasks
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
weed
/
command
/
filer_copy.go
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-29
support env variables to overwrite toml file
Chris Lu
1
-3
/
+3
2020-01-26
use the same context object in order to retry
Chris Lu
1
-1
/
+1
2020-01-25
grpc send error via response instead of grpc error
Chris Lu
1
-2
/
+2
2019-12-15
upload skipping mimetype if not needed
Chris Lu
1
-1
/
+1
2019-10-25
go fmt
Chris Lu
1
-1
/
+0
2019-10-24
filer: filer.copy cleanup in case of failed uploads
Chris Lu
1
-3
/
+9
2019-10-24
filer: parallize weed filer.copy for single file
Chris Lu
1
-44
/
+71
2019-07-10
filer.copy default to 32MB chunks
Chris Lu
1
-1
/
+1
2019-06-23
filer.copy: use filer settings, avoid unnecessary command line options
Chris Lu
1
-15
/
+36
2019-06-05
periodic scripts exeuction from leader master
Chris Lu
1
-9
/
+9
2019-04-18
filer.copy: add adjustable compression level
Chris Lu
1
-11
/
+13
2019-04-07
weed filer.copy: use existing file owner and gropu id
Chris Lu
1
-4
/
+10
2019-04-07
weed filer.copy: add option to profile the execution
Chris Lu
1
-0
/
+4
2019-04-05
weed filer.copy: parallelize the copying to increase throughput
Chris Lu
1
-72
/
+130
2019-04-05
weed filer.copy: use cached filer grpc connection
Chris Lu
1
-8
/
+4
2019-04-05
weed filer.copy: skip files that can not be opened
Chris Lu
1
-8
/
+11
2019-04-04
default weed filer.copy and weed upload chunk size to 32MB
Chris Lu
1
-1
/
+1
2019-03-29
weed filer.copy: support multiple masters
Chris Lu
1
-2
/
+8
2019-03-15
add context.Context
Chris Lu
1
-13
/
+13
2019-02-18
adding grpc mutual tls
Chris Lu
1
-20
/
+29
2019-02-15
benchmark can work in secure mode
Chris Lu
1
-2
/
+2
2019-02-09
cleanup security.Secret
Chris Lu
1
-6
/
+0
2019-01-17
go fmt and fix some typo
bingoohuang
1
-2
/
+2
2018-12-23
error if the last arguement does not end with forward slash
Chris Lu
1
-1
/
+2
2018-12-22
adjust help message
Chris Lu
1
-4
/
+0
2018-12-22
avoid .gz auto decompression
Chris Lu
1
-7
/
+1
2018-09-28
adjust description
Chris Lu
1
-2
/
+1
2018-09-22
add ETag to upload results and chunks
Chris Lu
1
-0
/
+2
2018-07-21
go fmt
Chris Lu
1
-6
/
+6
2018-07-03
keep alive for gRpc calls
Chris Lu
1
-2
/
+1
2018-06-10
add collection, replication, ttl to each file
Chris Lu
1
-14
/
+21
2018-06-05
use separate filer grpc port
Chris Lu
1
-20
/
+40
2018-05-30
fix copy error on 0 size files
Chris Lu
1
-26
/
+62
2018-05-30
fix file name
Chris Lu
1
-16
/
+17
2018-05-30
add mime, use simple insert and update filer store API
Chris Lu
1
-1
/
+4
2018-05-30
assign a different volume on large file copying
Chris Lu
1
-20
/
+26
2018-05-30
filer.copy supports chunking
Chris Lu
1
-6
/
+88
2018-05-29
a little refactoring
Chris Lu
1
-11
/
+20
2018-05-29
add single chunk file copying to new filer
Chris Lu
1
-17
/
+57
2018-05-27
go fmt
Chris Lu
1
-1
/
+1
2018-05-21
filer copy added uid/gid
Chris Lu
1
-2
/
+3
2018-05-13
properly working filer
Chris Lu
1
-6
/
+6
2017-01-09
suport uploading files to specific dataCenter
sparklxb
1
-1
/
+1
2016-07-21
adjusting command options
Chris Lu
1
-0
/
+147