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
2021-02-18
Merge remote-tracking branch 'origin/master'
bingoohuang
1
-3
/
+7
2021-02-18
use backticks instead of double quotes to avoid escaped additionally in regex
bingoohuang
1
-1
/
+1
2021-02-15
s3: Critical - S3 Delete Multiple Objects, delete the bucket
Chris Lu
1
-3
/
+6
2021-02-12
adjust http max idle connections per host
Chris Lu
1
-0
/
+1
2021-02-10
go fmt
Chris Lu
1
-1
/
+1
2021-02-03
S3: should return 204 on DELETE to nonexistent file
Chris Lu
1
-2
/
+4
2021-02-01
s3: DeleteMultipleObjectsHandler clean up leftover empty folders
Chris Lu
1
-12
/
+22
2021-01-28
add back AdjustedUrl() related code
Chris Lu
1
-0
/
+3
2021-01-28
fmt
Chris Lu
1
-2
/
+0
2021-01-28
delete from the deepest directory first when checking empty folders
Chris Lu
1
-2
/
+12
2021-01-28
s3: batch purge empty folders
Chris Lu
1
-5
/
+15
2021-01-24
mount: outsideContainerClusterMode proxy through filer
Chris Lu
1
-3
/
+0
2021-01-24
Revert "mount: when outside cluster network, use filer as proxy to access vol...
Chris Lu
1
-0
/
+3
2021-01-24
mount: when outside cluster network, use filer as proxy to access volume servers
Chris Lu
1
-3
/
+0
2021-01-24
s3: fix for listing objects if more than 1000 in the folder
Chris Lu
1
-1
/
+1
2021-01-17
s3: listing may repeat on the edge
Chris Lu
1
-1
/
+1
2021-01-11
s3: KeyCount is zero
Chris Lu
1
-1
/
+1
2021-01-06
go fmt
Chris Lu
1
-1
/
+1
2020-12-27
s3: fix regression
Chris Lu
1
-1
/
+30
2020-12-27
s3: add option for "alllowEmptyFolder"
Chris Lu
2
-2
/
+5
2020-12-26
s3: restore V2 auth type
Chris Lu
1
-2
/
+2
2020-12-25
s3: support config action Admin:bucket
Chris Lu
3
-12
/
+36
2020-12-24
s3: avoid looping if the directory is empty
Chris Lu
1
-0
/
+5
2020-12-24
added more logs
Chris Lu
1
-3
/
+3
2020-12-24
add debug messages
Chris Lu
1
-0
/
+3
2020-12-23
just log error when checking empty dir failed
Chris Lu
1
-1
/
+1
2020-12-23
s3: break loop if error
Chris Lu
1
-1
/
+1
2020-12-22
go fmt
Chris Lu
2
-2
/
+0
2020-12-12
correctly determine whether a folder is empty
Chris Lu
1
-11
/
+17
2020-12-12
more efficient recursion
Chris Lu
1
-15
/
+40
2020-12-12
s3: move "delete-directory-if-empty" to read time
Chris Lu
1
-2
/
+25
2020-12-10
s3: use static configuration by default
Chris Lu
1
-4
/
+5
2020-12-10
save /etc/iam/identity.json inside filer store
Chris Lu
2
-15
/
+11
2020-12-09
s3: recursively iterate all sub folders
Chris Lu
1
-1
/
+2
2020-12-07
break import cycle
Chris Lu
4
-8
/
+12
2020-12-07
s3: subscribe to s3.configure changes
Chris Lu
3
-8
/
+83
2020-12-06
refactoring
Chris Lu
1
-15
/
+12
2020-11-26
new pkg s3iam
Konstantin Lebedev
2
-142
/
+28
2020-11-25
s3 configure
Konstantin Lebedev
1
-26
/
+61
2020-11-19
Merge branch 'upstream_master' into store_s3cred
Konstantin Lebedev
7
-59
/
+120
2020-11-17
remove unnecessary checking
Chris Lu
1
-6
/
+0
2020-11-17
s3: avoid nil resp when having error
Chris Lu
1
-5
/
+5
2020-11-15
go fmt
Chris Lu
1
-1
/
+1
2020-11-13
adjust check bucket if exist or has access.
ruitao.liu
1
-16
/
+16
2020-11-12
enable admin to access all buckets
Chris Lu
3
-22
/
+41
2020-11-12
fix ErrNotFound
Chris Lu
1
-1
/
+1
2020-11-12
rename function
Chris Lu
2
-3
/
+3
2020-11-12
Merge pull request #1613 from taozix/master
Chris Lu
2
-19
/
+32
2020-11-12
skip if entry.Extended map is nil.
ruitao.liu
1
-8
/
+14
2020-11-12
return NoSuchBucket instead of InternalError delete non-existed bucket.
ruitao.liu
1
-7
/
+10
[next]