aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_s3_bucket_delete.go
AgeCommit message (Collapse)AuthorFilesLines
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-2/+2
2021-12-26use streaming mode for long poll grpc callschrislu1-1/+1
streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed.
2021-07-23shell: faster bucket deleteChris Lu1-0/+13
avoid waiting for large object metadata
2020-12-22shell: change bucket.list to s3.bucket.list, same for create and deleteChris Lu1-0/+54