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-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
2021-11-09
s3: add RWMutex to iam, use RLock for concurrent reading
Bl1tz23
1
-5
/
+7
2021-11-09
s3: fix potencial iam identities data race
Bl1tz23
1
-1
/
+7
2021-11-08
s3: avoid possible attacks by version
Chris Lu
1
-2
/
+1
2021-11-07
adjust logs
Chris Lu
1
-1
/
+1
2021-11-07
s3: fix ListObject if more than 10000 objects
Chris Lu
1
-0
/
+4
2021-11-07
log unknown access key
Chris Lu
1
-0
/
+2
2021-11-03
check auth only when enabled
Chris Lu
1
-3
/
+5
2021-11-02
s3: adjust permission for HEAD bucket operation
Chris Lu
1
-1
/
+1
2021-11-02
s3: skip permission checking for creating bucket if the bucket already exists
Chris Lu
2
-1
/
+6
2021-10-31
S3: support CORS
Chris Lu
1
-0
/
+4
2021-10-31
refactoring
Chris Lu
9
-86
/
+86
2021-10-31
refactoring
Chris Lu
10
-38
/
+38
2021-10-28
DeleteBucketLifecycleConfiguration return 204
Konstantin Lebedev
1
-1
/
+2
2021-10-28
fix DeleteBucketLifecycleConfiguration
Konstantin Lebedev
1
-4
/
+7
2021-10-27
adjust logs
Chris Lu
1
-2
/
+4
2021-10-20
fix Tagging add xmlns
Konstantin Lebedev
1
-1
/
+1
2021-10-20
fix Tagging test
Konstantin Lebedev
2
-0
/
+2
2021-10-20
fix PutObjectTaggingHandler Unmarshal
Konstantin Lebedev
1
-1
/
+1
2021-10-20
fix object tagging https://github.com/chrislusf/seaweedfs/issues/2389
Konstantin Lebedev
2
-2
/
+2
2021-10-18
S3: fix upload limit if the size is more than 8GB
Chris Lu
1
-1
/
+1
2021-10-18
adjust mime detection
Chris Lu
1
-1
/
+1
2021-10-18
fix https://github.com/chrislusf/seaweedfs/issues/2387
Konstantin Lebedev
1
-3
/
+6
2021-10-17
save updated lastTsNs
Chris Lu
1
-1
/
+1
2021-10-17
s3: continuously listen to file updates
Chris Lu
1
-2
/
+5
2021-10-14
s3 mime detect
Konstantin Lebedev
3
-1
/
+22
2021-10-14
refactor: move from io/ioutil to io and os package
Eng Zer Jun
6
-31
/
+33
2021-10-13
Merge pull request #2380 from kmlebedev/bucket_policy
Chris Lu
8
-9
/
+313
2021-10-14
GetBucketLifecycleConfigurationHandler
Konstantin Lebedev
2
-2
/
+81
2021-10-12
S3 MultipartUpload pass contentType to meta
Konstantin Lebedev
2
-0
/
+10
[next]