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
2023-02-07
text change
chrislu
1
-2
/
+2
2023-02-07
typo
chrislu
1
-1
/
+1
2023-02-07
detect invalid bucket name
chrislu
1
-0
/
+9
2023-02-07
refactoring
chrislu
2
-0
/
+77
2023-01-20
grpc connection to filer add sw-client-id header
chrislu
3
-3
/
+3
2022-12-26
Fix ide warning (#4082)
Guo Lei
1
-4
/
+4
2022-12-13
fix response not allowed (#4057)
LHHDZ
1
-1
/
+1
2022-12-11
sort tags by key (#4047)
LHHDZ
1
-0
/
+6
2022-11-25
avoid recursive deleting newly created empty directories (#4016)
Konstantin Lebedev
1
-1
/
+8
2022-11-15
refactor filer_pb.Entry and filer.Entry to use GetChunks()
chrislu
1
-2
/
+2
2022-11-11
fix 'NoSuchUpload' when upload part (#3968)
LHHDZ
1
-1
/
+1
2022-11-10
feat:add a uuid after uploadid (#3963)
famosss
2
-2
/
+6
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
5
-6
/
+48
2022-10-28
refactor filer proto chunk variable from mtime to modified_ts_ns
chrislu
1
-7
/
+7
2022-10-24
fix: isTruncated returns problematic (#3907)
famosss
1
-1
/
+1
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-10-13
don't skip empty value at `AssembleEntryWithAcp` (#3855)
LHHDZ
2
-34
/
+36
2022-10-12
add acl helper functionalities (#3831)
LHHDZ
4
-0
/
+1233
2022-10-11
split `ExtAcpKey` to `ExtAmzOwnerKey` and `ExtAmzAclKey` to avoid unn… (#3824)
LHHDZ
3
-48
/
+46
2022-10-10
change s3_account.go package to avoid cycle dependency (#3813)
LHHDZ
7
-34
/
+41
2022-10-04
avoid increasing the coordinates of metric labels (#3785)
Konstantin Lebedev
1
-0
/
+6
2022-10-01
add ownership rest apis (#3765)
LHHDZ
9
-1
/
+356
2022-09-29
s3: sync bucket info from filer (#3759)
LHHDZ
10
-3
/
+582
2022-09-28
s3: add account (#3753)
LHHDZ
2
-0
/
+71
2022-09-20
s3 to watch specific directories
chrislu
1
-1
/
+1
2022-09-15
docs(s3api): readability improvements (#3696)
Ryan Russell
6
-10
/
+10
2022-09-15
refactor(s3api_object_handlers): `deleteMultipleObjectsLimmit` -> `de… (#3695)
Ryan Russell
1
-2
/
+2
2022-09-15
fix 0 size (#3683)
ImFantuan
1
-1
/
+2
2022-09-15
IsTruncated returned by the ListMultipartUploads method is set to false by de...
famosss
1
-0
/
+1
2022-09-14
go fmt
chrislu
6
-29
/
+31
2022-09-14
refactor: `Directory` readability (#3665)
Ryan Russell
2
-2
/
+2
2022-09-01
avoid DATA RACE on S3Options.localFilerSocket (#3571)
Konstantin Lebedev
1
-3
/
+3
2022-08-31
s3: close response body with copying object
chrislu
1
-1
/
+2
2022-08-24
s3: report metadata if the directory is explicitly created (#3498)
Konstantin Lebedev
1
-8
/
+10
2022-08-23
remove old raft servers if they don't answer to pings for too long (#3398)
askeipx
1
-2
/
+3
2022-08-23
s3: report http.StatusOK if the directory is explicitly created
chrislu
2
-0
/
+8
2022-08-22
fix:Handle preflight cors requests (#3496)
famosss
1
-2
/
+4
2022-08-22
Handle preflight cors requests (#3481)
famosss
1
-0
/
+7
2022-08-18
s3: fix regression on HEAD directory operation
chrislu
1
-0
/
+12
2022-08-18
fix tests
chrislu
1
-5
/
+5
2022-08-17
also migrate jsonpb
chrislu
1
-1
/
+1
2022-08-17
move proto package
chrislu
1
-1
/
+1
2022-08-15
Remove duplicate slashes in object path to prevent 500 errors (#3442)
Andrey Triumfov
2
-1
/
+70
2022-08-15
Fix s3 pagination (#3436)
Chris Lu
2
-115
/
+181
2022-08-14
s3: fix aws s3api head-object
chrislu
1
-3
/
+5
2022-08-07
refactor and fix strings.Split
chrislu
1
-1
/
+2
2022-08-04
filer prefer volume server in same data center (#3405)
Konstantin Lebedev
2
-0
/
+5
[next]