index
:
go-schwift
main
Go client library for Swift (OpenStack object storage) aka Rackspace Cloud Files aka Memset Memstore
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix linting errors
Sandro Jäckel
2022-10-28
7
-24
/
+13
*
Format with go 1.19
Sandro Jäckel
2022-10-26
2
-2
/
+1
*
fix `make test`
Stefan Majewsky
2021-05-28
1
-0
/
+3
*
rename Object.UploadWithWriter to UploadFromWriter
Stefan Majewsky
2021-05-28
1
-1
/
+1
*
add test for segment expiration
Muhammad Talal Anwar
2018-09-06
1
-4
/
+6
*
add test for large object expiration
Muhammad Talal Anwar
2018-09-06
1
-19
/
+54
*
adjust semantics of Object.InspectSymlink, rename to Object.SymlinkHeaders
Stefan Majewsky
2018-05-30
1
-7
/
+7
*
add support for symlinks to ObjectIterator
Stefan Majewsky
2018-05-07
1
-14
/
+86
*
add Object.SymlinkTo(), Object.InspectSymlink() etc.
Stefan Majewsky
2018-05-07
1
-1
/
+78
*
make tests work with Keystone auth
Stefan Majewsky
2018-05-04
1
-8
/
+4
*
add support for pseudo-directories to ObjectIterator
Stefan Majewsky
2018-05-03
1
-18
/
+87
*
add configurable User-Agent to Schwift, Gopherschwift
Stefan Majewsky
2018-05-03
1
-1
/
+1
*
fix CopyTo test
Stefan Majewsky
2018-05-03
1
-1
/
+1
*
test coverage for bulk-delete fallback code path
Stefan Majewsky
2018-05-02
1
-32
/
+49
*
remove Object.MoveTo
Stefan Majewsky
2018-05-02
1
-7
/
+0
*
test coverage for large object operations
Stefan Majewsky
2018-05-02
1
-0
/
+195
*
revamp the LargeObject API
Stefan Majewsky
2018-05-02
5
-119
/
+83
*
add DeleteOptions to Object.Delete()
Stefan Majewsky
2018-04-30
3
-3
/
+74
*
initial support for large objects
Stefan Majewsky
2018-04-30
3
-1
/
+378
*
tryCompute{ContentLength, Etag}: add special cases for strings.Reader, nil
Stefan Majewsky
2018-04-27
1
-4
/
+11
*
fix tests for Swift Queens
Stefan Majewsky
2018-04-27
1
-3
/
+5
*
revamp the Headers API
Stefan Majewsky
2018-03-11
10
-66
/
+68
*
add Account.BulkDelete()
Stefan Majewsky
2018-03-09
2
-0
/
+95
*
generalize BulkUploadError into BulkError
Stefan Majewsky
2018-03-08
1
-3
/
+3
*
add Account.BulkUpload(), BulkUploadError, BulkObjectError
Stefan Majewsky
2018-03-08
1
-0
/
+135
*
add Object.Copy() and Object.Move()
Stefan Majewsky
2018-02-21
1
-23
/
+50
*
reorganize code
Stefan Majewsky
2018-02-19
9
-0
/
+1220