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
/
s3api_object_handlers.go
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-16
Add bucket's traffic metrics (#6444)
Hadi Zamani
1
-8
/
+11
2024-10-10
set proxied request content length
chrislu
1
-0
/
+3
2024-08-18
Dont try lazy decode content in proxyToFiler if no accept-encoding provided (...
Oleg Salionov
1
-0
/
+1
2024-07-16
Added tls for http clients (#5766)
vadimartynov
1
-2
/
+2
2024-07-04
add s3test for sql (#5718)
Konstantin Lebedev
1
-1
/
+41
2024-07-01
refactor all methods strings to const (#5726)
Konstantin Lebedev
1
-1
/
+1
2024-04-29
split file
chrislu
1
-359
/
+1
2024-04-14
[s3] fix s3 test_multipart_get_part (#5476)
Konstantin Lebedev
1
-1
/
+16
2023-09-25
Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweed...
chrislu
1
-2
/
+2
2023-09-18
Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"
chrislu
1
-2
/
+2
2023-09-18
Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850)
dependabot[bot]
1
-2
/
+2
2023-08-21
Add time to first byte metric for s3 (#4768)
SmsS4
1
-1
/
+2
2023-07-22
s3api should return 500 code from filer (#4699)
SmoothDenis
1
-0
/
+5
2023-05-16
Use filerGroup for s3 buckets collection prefix (#4465)
SmsS4
1
-2
/
+8
2023-04-12
fix s3test test_bucket_listv2_delimiter_prefix_ends_with_delimiter (#4399)
Konstantin Lebedev
1
-1
/
+4
2023-04-11
s3 fix get fake dir object key (#4390)
Konstantin Lebedev
1
-1
/
+1
2022-11-02
Bug fix: empty key in DeleteMultipleObjects request caused bucket delete (#3939)
pavelzhurov
1
-0
/
+3
2022-10-29
add back "/" prefix if it is missing in object
chrislu
1
-1
/
+9
2022-10-24
feat: simplify a bit (#3905)
famosss
1
-1
/
+0
2022-10-24
fix: set user metadata key to lowercase (#3894)
famosss
1
-0
/
+12
2022-10-24
Fix errinfo (#3893)
Guo Lei
1
-5
/
+6
2022-09-15
refactor(s3api_object_handlers): `deleteMultipleObjectsLimmit` -> `de… (#3695)
Ryan Russell
1
-2
/
+2
2022-08-24
s3: report metadata if the directory is explicitly created (#3498)
Konstantin Lebedev
1
-8
/
+10
2022-08-23
s3: report http.StatusOK if the directory is explicitly created
chrislu
1
-0
/
+6
2022-08-18
s3: fix regression on HEAD directory operation
chrislu
1
-0
/
+12
2022-08-15
Remove duplicate slashes in object path to prevent 500 errors (#3442)
Andrey Triumfov
1
-1
/
+22
2022-08-14
s3: fix aws s3api head-object
chrislu
1
-3
/
+5
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-9
/
+9
2022-07-14
File upload should succeed should return `ETag` instead of `Etag`
LHHDZ
1
-2
/
+2
2022-06-08
fix s3 tests:
Konstantin Lebedev
1
-0
/
+5
2022-06-07
fix s3 tests
Konstantin Lebedev
1
-2
/
+6
2022-05-30
move s3 related constants from package http to s3_constants
chrislu
1
-7
/
+6
2022-05-30
use final destination to resolve fs configuration
chrislu
1
-2
/
+6
2022-05-30
rm log info
Konstantin Lebedev
1
-1
/
+0
2022-05-30
show fake dirs
Konstantin Lebedev
1
-1
/
+4
2022-04-18
enhancement: replace sort.Slice with slices.SortFunc to reduce reflection
justin
1
-3
/
+3
2022-04-02
fix error response in case of wrong expire time format
root
1
-1
/
+1
2022-03-29
fix test_s3.test_multi_object_delete_key_limit and
Konstantin Lebedev
1
-0
/
+9
2022-03-07
s3 and filer transport using unix domain socket instead of tcp
chrislu
1
-13
/
+2
2022-03-07
refactoring
chrislu
1
-8
/
+10
2022-03-02
filer, s3, volume server: a bit memory optimization
chrislu
1
-1
/
+4
2022-02-04
add s3api error for copy in file, not directory
Lapshinn Vitaly
1
-2
/
+6
2022-01-01
Merge pull request #2543 from skurfuerst/seaweedfs-158
Chris Lu
1
-5
/
+31
2021-12-31
BUGFIX: ensure Authorization header is only added once
Sebastian Kurfuerst
1
-4
/
+7
2021-12-30
FEATURE: add JWT to HTTP endpoints of Filer and use them in S3 Client
Sebastian Kurfuerst
1
-4
/
+27
2021-12-29
s3: increase timeout limit
chrislu
1
-1
/
+3
2021-12-26
use streaming mode for long poll grpc calls
chrislu
1
-1
/
+1
2021-12-15
s3: pass through s3 presigned headers
chrislu
1
-26
/
+6
2021-12-13
force enable asynchronous I/O sending events to Fluentd
Konstantin Lebedev
1
-1
/
+1
2021-12-09
non blocking audit log
Konstantin Lebedev
1
-1
/
+1
[next]