1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-06-29 16:22:46 +02:00
seaweedfs/weed/command
Karol Będkowski 441614b386
fix: s3 command ignore -tlsVerifyClientCert and -cacert.file arguments (#6547)
s3 command ignore tlsVerifyClientCert and cacert.file arguments from
command line. On startS3Server instead of use real values (in s3opt),
default values (from s3Options, always empty) are checked.

Now on right values are checked and if user provide this arguments
RequireAndVerifyClientCert is set and/or ca certificate is loaded.
2025-02-13 13:27:38 -08:00
..
scaffold Add message queue agent (#6463) 2025-01-20 22:19:27 -08:00
autocomplete.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
backup.go add command backup destory volume error log (#5846) 2024-08-02 00:04:57 -07:00
benchmark.go merge current message queue code changes (#6201) 2024-11-04 12:08:25 -08:00
command.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
compact.go Document default method used by compact (#5379) 2024-03-15 12:16:44 -07:00
download.go Added tls for http clients (#5766) 2024-07-16 23:14:09 -07:00
export.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
filer.go Fix KeyMaterial nil bug (#5849) 2024-08-02 11:06:48 -07:00
filer_backup.go feat(filer.backup): add ignore errors option (#6235) 2024-11-14 08:40:55 -08:00
filer_cat.go Added loadSecurityConfigOnce (#5792) 2024-07-16 09:15:55 -07:00
filer_copy.go remove unused 2024-10-13 23:12:10 -07:00
filer_meta_backup.go Added loadSecurityConfigOnce (#5792) 2024-07-16 09:15:55 -07:00
filer_meta_tail.go Added loadSecurityConfigOnce (#5792) 2024-07-16 09:15:55 -07:00
filer_meta_tail_elastic.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
filer_meta_tail_non_elastic.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
filer_remote_gateway.go filer.remote.gateway not filer.remote.sync for filer.remote.gateway help string. (#5935) 2024-08-23 20:42:59 -07:00
filer_remote_gateway_buckets.go ensure metadata follow a specific folder 2024-07-12 11:17:30 -07:00
filer_remote_sync.go Added loadSecurityConfigOnce (#5792) 2024-07-16 09:15:55 -07:00
filer_remote_sync_dir.go ensure metadata follow a specific folder 2024-07-12 11:17:30 -07:00
filer_replication.go Added loadSecurityConfigOnce (#5792) 2024-07-16 09:15:55 -07:00
filer_sync.go filer sync: source path and exclude path support dir suffix (#6268) 2024-11-21 08:25:12 -08:00
filer_sync_jobs.go Fix filer sync set offset (#5197) 2024-01-12 10:57:18 -08:00
filer_sync_std.go go fmt 2021-09-01 02:45:42 -07:00
filer_sync_windows.go filer.backup: escape colon from path on windows 2021-05-29 06:45:27 -07:00
fix.go fix: recreate index include deleted files (#5579) 2024-05-12 11:31:34 -07:00
fuse.go renaming 2023-08-16 23:47:43 -07:00
iam.go fix S3 per-user-directory Policy (#6443) 2025-01-17 01:03:17 -08:00
imports.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
master.go fix: bucket-hook fails with gnu wget (#6521) 2025-02-06 23:11:17 -08:00
master_follower.go Added loadSecurityConfigOnce (#5792) 2024-07-16 09:15:55 -07:00
mount.go mount metacache add ttl (#6360) 2024-12-16 20:19:32 -08:00
mount_darwin.go remove dead code 2022-02-27 03:03:19 -08:00
mount_linux.go add more logs 2022-08-31 23:16:05 -07:00
mount_notsupported.go remove dead code 2022-02-27 03:03:19 -08:00
mount_std.go Nit: remove missing newlines on weed shell commands output. (#6524) 2025-02-07 10:27:04 -08:00
mq_agent.go Add message queue agent (#6463) 2025-01-20 22:19:27 -08:00
mq_broker.go Added loadSecurityConfigOnce (#5792) 2024-07-16 09:15:55 -07:00
s3.go fix: s3 command ignore -tlsVerifyClientCert and -cacert.file arguments (#6547) 2025-02-13 13:27:38 -08:00
scaffold.go chore: fix typos in scaffold help output (#5211) 2024-01-17 07:10:17 -08:00
scaffold_test.go fix test 2019-11-28 18:44:27 -08:00
server.go add parallel vacuuming 2024-08-21 22:53:54 -07:00
shell.go Added loadSecurityConfigOnce (#5792) 2024-07-16 09:15:55 -07:00
update.go Fix extractToFile gz file nil bug (#5847) 2024-08-02 09:46:37 -07:00
update_full.go consistent sorted tags elastic,gocdk,rclone,sqlite,tikv,ydb 2024-10-21 22:53:29 -07:00
upload.go merge current message queue code changes (#6201) 2024-11-04 12:08:25 -08:00
version.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
volume.go [security] reload whiteList on http seerver (#6302) 2024-12-02 10:38:10 -08:00
volume_test.go move to https://github.com/seaweedfs/seaweedfs 2022-07-29 00:17:28 -07:00
webdav.go Revert "weed mount, weed dav add option to force cache" 2024-09-04 01:38:29 -07:00