swift
swift copied to clipboard
Go language interface to Swift / Openstack Object Storage / Rackspace cloud files (golang)
When creating a slo, no headers are written to the segment objects: `headers, err := file.conn.ObjectPut(file.segmentContainer, segmentName, segmentReader, true, "", file.contentType, nil)` https://github.com/ncw/swift/blob/master/largeobjects.go#L403 In my case I want to pass...
When using Grafana Mimir with Swift (which uses an old version of this library), we encountered a problem with the `/info` endpoint. At https://github.com/grafana/mimir/blob/mimir-2.11.0/vendor/github.com/ncw/swift/swift.go#L637 we see it always goes up...
targetUrlIn may be null in high concurrency situations [if token is expired, storageUrl will be empty, and targetUrlIn is null value], targetUrlOut will be a null value too, the func...
Hello, I try to understand how to use the library, but I can't even after reading testing files. Can you provide an example of code for uploading and downloading large...
The documentation url throws 404 Not Found... https://pkg.go.dev/github.com/ncw/swift/v2
fix https://github.com/ncw/swift/issues/181 It does not contain implementations for other types. However, if a request is made with json format, the body of the received resp is parsed and the name...
Now the swifth client assumes ObjectNames are plain for the response and only calls readLines(). The default value of swift is plain, but there are cases where `format=json` is used,...
Hi team, I'd like to add headers support for HEAD requests that might help in some case like `X-Newest: true` (https://github.com/ncw/swift/issues/100) or some custom headers. Thanks!
v3oidcaccesstoken requires two authentication requests: 1. Retrieving an unscoped token using an oidc access token 2. Retrieving a scoped token using the unscoped token (already implemented in v3auth) Change summary:...
RequestOpts.Body is read out in the first try, and will be empty in the second retry.