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
/
object.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
add DeleteOptions to Object.Delete()
Stefan Majewsky
2018-04-30
1
-4
/
+36
*
initial support for large objects
Stefan Majewsky
2018-04-30
1
-7
/
+15
*
tryCompute{ContentLength, Etag}: add special cases for strings.Reader, nil
Stefan Majewsky
2018-04-27
1
-6
/
+20
*
revamp the Headers API
Stefan Majewsky
2018-03-11
1
-31
/
+24
*
generalize BulkUploadError into BulkError
Stefan Majewsky
2018-03-08
1
-0
/
+2
*
fix a panic in the error case of Object.Download()
Stefan Majewsky
2018-03-08
1
-1
/
+3
*
add Object.Copy() and Object.Move()
Stefan Majewsky
2018-02-21
1
-8
/
+55
*
reorganize code
Stefan Majewsky
2018-02-19
1
-5
/
+5
*
test coverage for object upload, download, metadata update
Stefan Majewsky
2018-02-19
1
-2
/
+37
*
add Object.Download(), DownloadedObject
Stefan Majewsky
2018-02-19
1
-1
/
+31
*
initialize .Headers on accounts/containers during GET requests
Stefan Majewsky
2018-02-19
1
-1
/
+1
*
Object.upload: generate, validate Content-Length and Etag
Stefan Majewsky
2018-02-16
1
-5
/
+87
*
add object lifecycle testcase
Stefan Majewsky
2018-02-16
1
-4
/
+6
*
ensure that response body is drained
Stefan Majewsky
2018-02-11
1
-0
/
+1
*
sketch out the initial Object API
Stefan Majewsky
2018-02-10
1
-0
/
+181