0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 20 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
And I need to clear the XML object over multiple rounds <doh> More... almost 13 years ago
I misunderstood how amazon presented large bucket lists, leading to an infinite loop in some cases. More... almost 13 years ago
Use automatic timestamping in SDB More... almost 13 years ago
Get rid of that horrible forms hack More... almost 13 years ago
Forgot to gofmt before commit More... almost 13 years ago
Break out timestamping from signing logic for people making their own signed URL's. More... almost 13 years ago
Update readme More... almost 13 years ago
Gofmt the project for other devs. More... almost 13 years ago
Clear off any timestamps/signatures before signing, as resent requests don't necessarily clear their headers. More... almost 13 years ago
Whileit shouldn't ever happen, lets be safer about our closing of sockets. More... almost 13 years ago
Add a HeadKey method, and modify the s3_proxy sample to better use it. More... almost 13 years ago
Close the cc to avoid leaking (even if the GC should catch it...) More... almost 13 years ago
- Use a limitreader for putKey - Use 'public' close when reinitializing a redial More... almost 13 years ago
Not all key operations return a content-length... More... almost 13 years ago
Better redial logic More... almost 13 years ago
- Cleanup GetKey logic - Use a limitreader to avoid unexpectedEOF errors More... almost 13 years ago
Simplify method detection on signer More... almost 13 years ago
V1 wasn't signing PUT's and DELETES, fixed. More... almost 13 years ago
fix usage strings in s3cmd More... almost 13 years ago
README updates about configuring per-domain keys More... almost 13 years ago
Add a (sorta) useful sample. More... almost 13 years ago
Either a typo, or go is _really_ advanced... More... almost 13 years ago
Add Close() methods to allow cleanup of abandoned connections. More... almost 13 years ago
didn't even know there was another one out there :) More... almost 13 years ago
Use vhosted buckets by default, if available - We still use the s3.amazonaws.com hostname for the underlying requests, but for best performance, we want to _connect_ to the vhosted bucket if it's possible (e.g., valid dns name). - We do this by actually looking up DNS when you create a new bucket object without a conn (and plugging in a modified dialer). More... almost 13 years ago
Deprecate older tools (sdb/elb) More... almost 13 years ago
Merge branch 'master' of github.com:abneptis/GoAWS More... almost 13 years ago
These need ptr receiver to access the secret key More... almost 13 years ago
These need ptr receiver to access the secret key More... almost 13 years ago
Additional PutKey* operators for S3. More... almost 13 years ago