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_bucket_handlers.go
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-18
constants and fixes
chrislu
1
-2
/
+2
2025-07-18
fixes
chrislu
1
-0
/
+11
2025-07-18
errorf
chrislu
1
-1
/
+1
2025-07-18
address comments
chrislu
1
-1
/
+1
2025-07-18
cache and use bucket object lock config
chrislu
1
-14
/
+2
2025-07-16
convert error fromating to %w everywhere (#6995)
Chris Lu
1
-2
/
+2
2025-07-15
S3 Object Lock: ensure x-amz-bucket-object-lock-enabled header (#6990)
Chris Lu
1
-0
/
+42
2025-07-13
Add policy engine (#6970)
Chris Lu
1
-2
/
+17
2025-07-09
S3: add object versioning (#6945)
Chris Lu
1
-29
/
+68
2025-06-16
sort lifecycles
chrislu
1
-1
/
+10
2025-01-29
verify if bucket exists in GetBucketLocationHandler (#6485)
Tom Crasset
1
-0
/
+7
2024-07-20
get, set and add path conf
chrislu
1
-1
/
+5
2024-07-16
Added tls for http clients (#5766)
vadimartynov
1
-2
/
+2
2024-07-04
add s3test for sql (#5718)
Konstantin Lebedev
1
-15
/
+9
2024-05-17
added s3 iam DeleteBucket permission management (#5599)
Riccardo Bertossa
1
-3
/
+9
2024-04-27
[s3] Put bucket lifecycle configuration (#5510)
Konstantin Lebedev
1
-7
/
+126
2024-04-08
chore: fix function names in comment (#5478)
clonefetch
1
-1
/
+1
2024-02-19
refactor: put the auth outside (#5313)
7y-9
1
-7
/
+0
2024-01-03
Fix missing VersionConfiguration node in get-bucket-versioning response (#5162)
Konstantin Lebedev
1
-4
/
+5
2023-11-13
s3 api add default response for GetBucketVersioning
Konstantin Lebedev
1
-0
/
+17
2023-09-25
[s3acl] Step1: move s3account.AccountManager into to iam.S3ApiConfiguration (...
Konstantin Lebedev
1
-5
/
+6
2023-09-21
[s3acl] Step 0: Put bucket ACL only responds success if the ACL is private. (...
Konstantin Lebedev
1
-23
/
+45
2023-05-16
Use filerGroup for s3 buckets collection prefix (#4465)
SmsS4
1
-3
/
+3
2023-02-07
detect invalid bucket name
chrislu
1
-0
/
+9
2022-10-01
add ownership rest apis (#3765)
LHHDZ
1
-0
/
+158
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-6
/
+6
2022-06-29
use const multipart uploads folder
Konstantin Lebedev
1
-3
/
+5
2022-05-30
move s3 related constants from package http to s3_constants
chrislu
1
-12
/
+11
2022-05-01
go fmt
chrislu
1
-1
/
+1
2022-04-06
Add "Location:" in response when creating bucket
root
1
-0
/
+1
2022-03-31
use constant for ErrBucketNotEmpty
Konstantin Lebedev
1
-2
/
+3
2022-03-30
allowDeleteBucketNotEmpty
Konstantin Lebedev
1
-7
/
+9
2022-03-30
s3 test bucket delete nonempty
Konstantin Lebedev
1
-0
/
+16
2022-02-25
fix incorrect log information
guosj
1
-1
/
+1
2022-02-03
weed/s3api: added new bucket handlers for more compatibility with AWS S3
zerospiel
1
-3
/
+16
2022-01-03
wildcard prefix to restrict access to directories in s3 bucket
chrislu
1
-1
/
+1
2021-12-26
use streaming mode for long poll grpc calls
chrislu
1
-2
/
+2
2021-12-07
audit log
Konstantin Lebedev
1
-6
/
+5
2021-11-17
Avoid forbiddening for HeadBucketHandler if owners are specified
Konstantin Lebedev
1
-2
/
+2
2021-11-03
check auth only when enabled
Chris Lu
1
-3
/
+5
2021-11-02
s3: skip permission checking for creating bucket if the bucket already exists
Chris Lu
1
-0
/
+5
2021-10-31
refactoring
Chris Lu
1
-13
/
+13
2021-10-31
refactoring
Chris Lu
1
-7
/
+7
2021-10-28
DeleteBucketLifecycleConfiguration return 204
Konstantin Lebedev
1
-1
/
+2
2021-10-14
GetBucketLifecycleConfigurationHandler
Konstantin Lebedev
1
-1
/
+21
2021-10-11
AclHandlers
Konstantin Lebedev
1
-0
/
+77
2021-09-19
add glog for s3 handlers
Chris Lu
1
-0
/
+5
2021-06-10
refactor
Chris Lu
1
-10
/
+10
2021-06-10
refactoring
Chris Lu
1
-8
/
+8
2021-03-01
s3: list permission is needed to list my buckets
Chris Lu
1
-1
/
+1
[next]