aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_s3_bucket_create.go
AgeCommit message (Collapse)AuthorFilesLines
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-1/+1
2022-06-10fix: fix command prompt informationshichanglin51-1/+1
2022-06-06filer: remove replication, collection, disk_type info from entry metadatachrislu1-8/+3
these metadata can change and are not used
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.
2020-12-23[shell] Clarify bucket replication setting orderBaptiste Mille-Mathias1-1/+3
2020-12-22shell: change bucket.list to s3.bucket.list, same for create and deleteChris Lu1-0/+83