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
2022-04-02
fix error response in case of wrong expire time format
root
1
-1
/
+1
2022-03-31
use constant for ErrBucketNotEmpty
Konstantin Lebedev
1
-2
/
+3
2022-03-30
allowDeleteBucketNotEmpty
Konstantin Lebedev
2
-15
/
+18
2022-03-30
s3 test bucket delete nonempty
Konstantin Lebedev
1
-0
/
+16
2022-03-30
Merge pull request #2840 from kmlebedev/fix_multi_object_delete_key_limit
Chris Lu
2
-0
/
+15
2022-03-30
fix Description
Konstantin Lebedev
1
-1
/
+1
2022-03-29
revert sort.Search
Konstantin Lebedev
1
-7
/
+12
2022-03-29
fix s3 tests:
Konstantin Lebedev
2
-7
/
+20
2022-03-29
fix test_s3.test_multi_object_delete_key_limit and
Konstantin Lebedev
2
-0
/
+15
2022-03-23
s3: multipart upload verifies uploaded parts
chrislu
3
-9
/
+140
2022-03-23
better clean up upload directory
chrislu
1
-4
/
+5
2022-03-07
s3 and filer transport using unix domain socket instead of tcp
chrislu
2
-13
/
+20
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-26
Merge pull request #2712 from guo-sj/correct_comments
Chris Lu
1
-1
/
+2
2022-02-26
correct comments
guosj
1
-1
/
+2
2022-02-24
Merge pull request #2706 from guo-sj/fix_log_info
Chris Lu
1
-1
/
+1
2022-02-25
fix incorrect log information
guosj
1
-1
/
+1
2022-02-18
comments
chrislu
1
-0
/
+3
2022-02-18
Revert "s3: listObjectParts return ErrNoSuchUpload if does not exist"
chrislu
1
-4
/
+0
2022-02-07
s3: avoid nil response
chrislu
1
-2
/
+2
2022-02-04
Merge pull request #2632 from lapshin-vitaly/s3api_errors
Chris Lu
2
-2
/
+12
2022-02-04
weed/s3api: rearrange s3 methods handlers to ensure correct methods requesting
zerospiel
1
-33
/
+55
2022-02-04
add s3api error for copy in file, not directory
Lapshinn Vitaly
2
-2
/
+12
2022-02-03
s3: listObjectParts return ErrNoSuchUpload if does not exist
chrislu
1
-0
/
+4
2022-02-03
weed/s3api: added new bucket handlers for more compatibility with AWS S3
zerospiel
6
-22
/
+107
2022-01-18
S3: fail fast when "X-Amz-Copy-Source" is a folder
chrislu
1
-7
/
+2
2022-01-17
S3: fail fast when "X-Amz-Copy-Source" is a folder
chrislu
1
-0
/
+4
2022-01-12
https://github.com/chrislusf/seaweedfs/issues/2583
Konstantin Lebedev
2
-0
/
+14
2022-01-03
fix auth permission checking
chrislu
2
-11
/
+11
2022-01-03
wildcard prefix to restrict access to directories in s3 bucket
chrislu
4
-10
/
+58
2022-01-02
Merge branch 'master' into metadata_follow_with_client_id
Chris Lu
3
-7
/
+45
2022-01-01
Merge pull request #2543 from skurfuerst/seaweedfs-158
Chris Lu
3
-11
/
+50
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
3
-10
/
+46
2021-12-30
add client id for all metadata listening clients
chrislu
2
-5
/
+8
2021-12-29
s3: increase timeout limit
chrislu
1
-1
/
+3
2021-12-26
use streaming mode for long poll grpc calls
chrislu
7
-11
/
+11
2021-12-15
s3: pass through s3 presigned headers
chrislu
2
-26
/
+15
2021-12-13
disable audit log for s3 statusHandler
Konstantin Lebedev
1
-2
/
+5
2021-12-13
force enable asynchronous I/O sending events to Fluentd
Konstantin Lebedev
2
-6
/
+10
2021-12-10
audit log SignatureVersion
kmlebedev
3
-17
/
+42
2021-12-09
non blocking audit log
Konstantin Lebedev
2
-18
/
+26
2021-12-07
Merge pull request #2498 from kmlebedev/s3_audit_log
Chris Lu
14
-52
/
+243
2021-12-07
audit log config
Konstantin Lebedev
7
-64
/
+112
2021-12-07
audit log
Konstantin Lebedev
14
-87
/
+95
2021-12-07
audit log
Konstantin Lebedev
1
-0
/
+135
2021-12-04
s3: copy object API needs to escape special characters
chrislu
2
-4
/
+4
2021-11-17
Avoid forbiddening for HeadBucketHandler if owners are specified
Konstantin Lebedev
1
-2
/
+2
2021-11-11
force overwrite s3-is-admin
Konstantin Lebedev
1
-0
/
+2
[next]