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
/
s3api
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-19
fix compilation
chrislu
1
-3
/
+0
2024-12-19
"golang.org/x/exp/slices" => "slices" and go fmt
chrislu
3
-2
/
+4
2024-12-19
Fix for DeleteMultipleObjectsHandler wrongly deleting parent folders (#6380)
Warren Hodgkinson
1
-2
/
+7
2024-12-12
fix: record and delete bucket metrics after inactive (#6349)
zouyixiong
1
-3
/
+6
2024-11-26
change comment for expect header (#6289)
steve.wei
1
-5
/
+4
2024-11-20
consistent error message if auth is not setup
chrislu
1
-1
/
+6
2024-11-01
Update filer_multipart.go (#6188)
han
1
-0
/
+1
2024-10-23
remove X-Forwarded-For
chrislu
1
-2
/
+0
2024-10-21
adjust comment
chrislu
1
-1
/
+1
2024-10-14
feat: add in-flight metric for s3/file/volume-server (#6120)
steve.wei
1
-0
/
+4
2024-10-10
set proxied request content length
chrislu
1
-0
/
+3
2024-10-04
[s3] add {Get,Put,Delete}BucketTagging and PublicAccessBlock Handlers (#6088)
Konstantin Lebedev
3
-0
/
+54
2024-10-03
fix
chrislu
2
-4
/
+3
2024-10-03
[s3] add skip bucket encryption handlers (#6091)
Konstantin Lebedev
2
-0
/
+19
2024-10-03
s3api: Fix signature v4 with reverse proxy at sub-path (#6092)
Er2
1
-6
/
+30
2024-10-01
support load balancer in front of s3
chrislu
1
-1
/
+5
2024-09-26
fix: Prevent potential metadata change events from being lost. (#6066)
steve.wei
1
-1
/
+3
2024-09-17
refactor
chrislu
1
-2
/
+1
2024-09-09
more consistent server header for s3 apis
chrislu
1
-1
/
+2
2024-09-04
[s3] reducing the number of metrics for 403 (#5961)
Konstantin Lebedev
1
-4
/
+1
2024-08-21
also use `/healthz` for most consistent health check
chrislu
1
-1
/
+2
2024-08-18
Dont try lazy decode content in proxyToFiler if no accept-encoding provided (...
Oleg Salionov
1
-0
/
+1
2024-08-09
added access-control-expose-headers to put request (#5876)
Kamran Sarwar
1
-0
/
+1
2024-07-20
get, set and add path conf
chrislu
1
-1
/
+5
2024-07-16
Added tls for http clients (#5766)
vadimartynov
5
-15
/
+17
2024-07-10
[s3] revert skip deletion error, since the error file was not found is alread...
Konstantin Lebedev
1
-5
/
+7
2024-07-08
simplify
chrislu
1
-5
/
+2
2024-07-08
Fix S3 deletion in deep folders, and names with empty spaces
chrislu
1
-2
/
+3
2024-07-04
add s3test for sql (#5718)
Konstantin Lebedev
9
-365
/
+939
2024-07-01
refactor all methods strings to const (#5726)
Konstantin Lebedev
4
-59
/
+59
2024-06-04
fix(s3api): make post api upload object default return 204 (#5648)
Lê Hoàng Nam
1
-1
/
+3
2024-05-17
added s3 iam DeleteBucket permission management (#5599)
Riccardo Bertossa
6
-14
/
+36
2024-05-07
also delete parent folder if empty
chrislu
1
-1
/
+1
2024-04-29
AllowEmptyFolder checks during object deletion
chrislu
2
-10
/
+30
2024-04-29
split file
chrislu
3
-359
/
+387
2024-04-29
rename files
chrislu
7
-0
/
+0
2024-04-27
[s3] Put bucket lifecycle configuration (#5510)
Konstantin Lebedev
2
-10
/
+145
2024-04-14
[s3] fix s3 test_multipart_get_part (#5476)
Konstantin Lebedev
3
-5
/
+23
2024-04-08
chore: fix function names in comment (#5478)
clonefetch
3
-3
/
+3
2024-04-07
[s3] add s3 pass test_multipart_upload_size_too_small (#5475)
Konstantin Lebedev
1
-6
/
+22
2024-04-07
[s3] add s3 pass test_multipart_upload (#5474)
Konstantin Lebedev
2
-17
/
+41
2024-04-06
[s3] fix s3 test_multipart_resend_first_finishes_last (#5471)
Konstantin Lebedev
2
-146
/
+84
2024-04-04
fix: correctly form partNumber from new entry.Name format in "listObjectParts...
Nikita Borzykh
1
-1
/
+7
2024-04-02
fix completed multiupload lost data (#5460)
skycope
3
-31
/
+66
2024-04-01
fix: ensure complete gRPC stream consumption in doListFilerEntries to prevent...
Nikita Borzykh
1
-1
/
+1
2024-03-22
fix s3api: delimeter properly takes prefixes into account (#5411)
adasauce
1
-5
/
+9
2024-03-07
[filer.backup] add param uploader_part_size for S3sink (#5352)
Konstantin Lebedev
1
-0
/
+1
2024-03-06
feat: add support for S3 ListObjects and ListObjectsV2 (#5350)
adasauce
1
-23
/
+44
2024-02-19
refactor: put the auth outside (#5313)
7y-9
2
-8
/
+2
2024-02-19
fix: only admin auth can delete S3 bucket (#5312)
7y-9
1
-1
/
+1
[next]