aboutsummaryrefslogtreecommitdiff
path: root/weed/shell/command_s3_clean_uploads.go
AgeCommit message (Expand)AuthorFilesLines
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