index
:
go-schwift
main
Go client library for Swift (OpenStack object storage) aka Rackspace Cloud Files aka Memset Memstore
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bulk.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
use http.MethodFoo constants where possible
Stefan Majewsky
13 days
1
-2
/
+2
*
change module path to go.xyrillian.de/schwift/v2
Stefan Majewsky
2026-04-19
1
-2
/
+2
*
update module path for v2
Stefan Majewsky
2024-07-08
1
-2
/
+2
*
add ctx argument to Account.Capabilities
Stefan Majewsky
2024-07-08
1
-2
/
+2
*
Remove context from struct, add ctx as first args to many functions
Sandro Jäckel
2024-07-01
1
-10
/
+11
*
Fix gophercloud lint complains
Sandro Jäckel
2024-07-01
1
-30
/
+30
*
Fix remaining lints
Sandro Jäckel
2023-10-25
1
-1
/
+2
*
run go-makefile-maker, start fixing new lints
Stefan Majewsky
2023-10-23
1
-2
/
+2
*
Fix linting errors
Sandro Jäckel
2022-10-28
1
-8
/
+4
*
Format with go 1.19
Sandro Jäckel
2022-10-26
1
-28
/
+28
*
make the IsEqualTo() methods public
Stefan Majewsky
2018-05-30
1
-2
/
+2
*
proof-read documentation
Stefan Majewsky
2018-05-03
1
-6
/
+4
*
test coverage for bulk-delete fallback code path
Stefan Majewsky
2018-05-02
1
-1
/
+3
*
add DeleteOptions to Object.Delete()
Stefan Majewsky
2018-04-30
1
-1
/
+1
*
add Account.isEqualTo, Container.isEqualTo
Stefan Majewsky
2018-04-27
1
-4
/
+2
*
revamp the Headers API
Stefan Majewsky
2018-03-11
1
-21
/
+18
*
add Account.BulkDelete()
Stefan Majewsky
2018-03-09
1
-40
/
+230
*
generalize BulkUploadError into BulkError
Stefan Majewsky
2018-03-08
1
-6
/
+6
*
add Account.BulkUpload(), BulkUploadError, BulkObjectError
Stefan Majewsky
2018-03-08
1
-0
/
+155