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
*
Format with go 1.19
Sandro Jäckel
2022-10-26
1
-105
/
+104
*
rename Object.UploadWithWriter to UploadFromWriter
Stefan Majewsky
2021-05-28
1
-6
/
+4
*
document non-threadsafety
Stefan Majewsky
2020-10-14
1
-0
/
+12
*
Cover more readers for automatic tag calculation
Fabian Ruff
2018-09-03
1
-9
/
+2
*
add Object.TempURL()
Stefan Majewsky
2018-07-10
1
-0
/
+50
*
add URL() method also to Container, not just to Object
Stefan Majewsky
2018-06-07
1
-1
/
+3
*
Merge pull request #4 from databus23/patch-1
Stefan Majewsky
2018-06-07
1
-0
/
+8
|
\
|
*
Add URL() function for Object
Fabian Ruff
2018-05-11
1
-0
/
+8
*
|
make the IsEqualTo() methods public
Stefan Majewsky
2018-05-30
1
-1
/
+6
*
|
adjust semantics of Object.InspectSymlink, rename to Object.SymlinkHeaders
Stefan Majewsky
2018-05-30
1
-9
/
+21
|
/
*
add support for symlinks to ObjectIterator
Stefan Majewsky
2018-05-07
1
-0
/
+5
*
add Object.SymlinkTo(), Object.InspectSymlink() etc.
Stefan Majewsky
2018-05-07
1
-23
/
+111
*
proof-read documentation
Stefan Majewsky
2018-05-03
1
-9
/
+15
*
add (currently empty) CopyOptions arg to Object.CopyTo
Stefan Majewsky
2018-05-02
1
-5
/
+11
*
remove Object.MoveTo
Stefan Majewsky
2018-05-02
1
-12
/
+0
*
test coverage for large object operations
Stefan Majewsky
2018-05-02
1
-2
/
+2
*
revamp the LargeObject API
Stefan Majewsky
2018-05-02
1
-16
/
+59
*
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