aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_s3_clean_uploads.go
AgeCommit message (Expand)AuthorFilesLines
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-3/+3
2025-05-22added context to filer_client method calls (#6808)Aleksey Kosov1-2/+3
2025-03-31chore(deps): bump gocloud.dev from 0.40.0 to 0.41.0 (#6679)dependabot[bot]1-1/+1
2024-09-29refactorchrislu1-1/+1
2024-09-28add IsResourceHeavy() to command interfacechrislu1-0/+4
2024-07-16Added tls for http clients (#5766)vadimartynov1-1/+2
2023-08-19Fix s3.clean.uploads (#4766)SmsS41-9/+6
2022-09-16refactor(shell): readability improvements (#3704)Ryan Russell1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-4/+4
2022-06-29use const multipart uploads folderKonstantin Lebedev1-1/+2
2022-04-12cleanupUploads use jwt tokenKonstantin Lebedev1-3/+11
2022-04-11avoid breaking loop in cleanupUploads if error is emptyKonstantin Lebedev1-2/+4
2021-09-12change server address from string to a typeChris Lu1-1/+1
2021-04-22correct help messageChris Lu1-1/+1
2021-03-14go fmtChris Lu1-5/+5
2021-03-11print out the urlChris Lu1-2/+3
2021-03-11fixChris Lu1-1/+1
2021-03-11shell: add s3.clean.uploads to clean up stale multipart uploadsChris Lu1-0/+91