aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_s3_configure.go
AgeCommit message (Collapse)AuthorFilesLines
2025-11-19Account Info (#7507)Leonardo Lara1-0/+35
* Account Info Add account info on s3.configure * address comments * Update command_s3_configure.go --------- Co-authored-by: chrislu <chris.lu@gmail.com>
2025-03-31chore(deps): bump gocloud.dev from 0.40.0 to 0.41.0 (#6679)dependabot[bot]1-1/+1
* chore(deps): bump gocloud.dev from 0.40.0 to 0.41.0 Bumps [gocloud.dev](https://github.com/google/go-cloud) from 0.40.0 to 0.41.0. - [Release notes](https://github.com/google/go-cloud/releases) - [Commits](https://github.com/google/go-cloud/compare/v0.40.0...v0.41.0) --- updated-dependencies: - dependency-name: gocloud.dev dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix error * fix printing errors * Update go.mod --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: chrislu <chris.lu@gmail.com>
2024-09-29refactorchrislu1-1/+1
2024-09-28add IsResourceHeavy() to command interfacechrislu1-0/+4
2023-01-28fix index (#4158)Guo Lei1-1/+1
2022-09-14refactor: `Directory` readability (#3665)Ryan Russell1-2/+2
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-3/+3
2022-07-13supplement check duplicate accesskeyguosj1-11/+4
2022-07-13Make the prompt information clearer石昌林1-1/+1
2022-07-13Check whether there is a duplicate accessKey when modifying iam石昌林1-0/+12
2022-05-31help message when in simulation modechrislu1-1/+2
2021-12-26use streaming mode for long poll grpc callschrislu1-2/+2
streaming mode would create separate grpc connections for each call. this is to ensure the long poll connections are properly closed.
2021-07-09renameChris Lu1-1/+1
2021-01-13remove WIP statusChris Lu1-1/+1
2020-12-10save /etc/iam/identity.json inside filer storeChris Lu1-2/+3
2020-12-06refactoringChris Lu1-13/+20
2020-12-06change parameter help messageChris Lu1-1/+1
2020-12-062.142.14Chris Lu1-1/+2
2020-11-26s3 config changesKonstantin Lebedev1-18/+51
2020-11-26new pkg s3iamKonstantin Lebedev1-50/+31
2020-11-25s3 configureKonstantin Lebedev1-0/+160