Joey Hess
2bcea7366b
WIP branch
2014-10-28 14:43:07 -04:00
poelzi
6246514ef5
2014-10-28 18:23:27 +00:00
Joey Hess
6e89d070bc
WIP multipart S3 upload
...
I'm a little stuck on getting the list of etags of the parts.
This seems to require taking the md5 of each part locally,
which doesn't get along well with lazily streaming in the part from the
file. It would need to read the file twice, or lose laziness and buffer a
whole part -- but parts might be quite large.
This seems to be a problem with the API provided; S3 is supposed to return
an etag, but that is not exposed. I have filed a bug:
https://github.com/aristidb/aws/issues/141
2014-10-28 14:17:30 -04:00
Joey Hess
f0bfa065eb
Merge branch 'master' of ssh://git-annex.branchable.com
2014-10-28 13:08:17 -04:00
Joey Hess
dcaf89da2f
aws library now supports multipart; initial design
2014-10-28 13:06:24 -04:00
Joey Hess
e535ff8fa4
Merge branch 'master' into s3-aws
2014-10-28 12:39:22 -04:00
http://alerque.com/
9643488106
update notes on install methods
2014-10-28 11:14:58 +00:00
http://alerque.com/
b8c33a4caa
removed
2014-10-28 10:59:44 +00:00
http://alerque.com/
c6df013e66
removed
2014-10-28 10:59:27 +00:00
http://alerque.com/
31a1bb31bf
the plain git-annex package does not work ATM, has a 0 release number, and is not the recomended install method on Arch, use git-annex-bin unless you know what you are doing (I'm the maintainer of both packages)
2014-10-28 10:58:38 +00:00
aardo
f586507026
2014-10-28 08:12:02 +00:00
https://www.google.com/accounts/o8/id?id=AItOawktbkKjilg70XC9XBFpIgVhtfLYH-0UMHY
287e961e08
2014-10-27 21:31:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawktbkKjilg70XC9XBFpIgVhtfLYH-0UMHY
192120ffb7
2014-10-27 21:27:49 +00:00
Joey Hess
04e920d715
Merge branch 'master' of ssh://git-annex.branchable.com
2014-10-27 11:31:18 -04:00
Joey Hess
20a497b181
move remote removal into separate module
...
This allows using Git.Remote w/o needing to have Git.BuildVersion, which
requires configure. It will simplify github-backup when these libraries are
used there.
2014-10-27 11:28:58 -04:00
https://www.google.com/accounts/o8/id?id=AItOawn3p4i4lk_zMilvjnJ9sS6g2nerpgz0Fjc
be0523f871
Added a comment: Keep historical data, but delete data never referenced
2014-10-26 12:06:25 +00:00
http://svario.it/gioele
04d6a431bb
new forum post "Recovering deleted file in direct mode"
2014-10-25 20:34:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlVB7wf1TFFrNPvM62fg78X-simVV-R1Cg
da224d83f8
Initial post
2014-10-25 02:36:44 +00:00
Joey Hess
9ca3e14481
update copyright year
2014-10-24 17:05:27 -04:00
Joey Hess
2e1c53cf58
be more precise
2014-10-24 14:05:29 -04:00
Joey Hess
027e30a5df
I had left off the last byte of my key id
2014-10-24 14:02:53 -04:00
Joey Hess
508355a5cf
use https here too
2014-10-24 13:58:32 -04:00
Joey Hess
45b2a87520
actually use https for download urls
...
The urls on sub-pages were all https, but not on the main page.
2014-10-24 13:57:36 -04:00
Joey Hess
d0f0bd71dc
add news item for git-annex 5.20141024
2014-10-24 13:35:08 -04:00
Joey Hess
5bdcb23424
prep release
2014-10-24 13:03:50 -04:00
Joey Hess
613f396efd
more accurate version bounds
2014-10-24 12:11:27 -04:00
http://joeyh.name/
c7684de78e
Added a comment
2014-10-24 16:02:24 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c
23bd3564d1
Added a comment
2014-10-24 04:49:20 +00:00
Joey Hess
60bfebf37f
Merge branch 'master' of ssh://git-annex.branchable.com
2014-10-23 20:30:40 -04:00
Joey Hess
ce9076370e
deal with yesod's second gratuitous rename of the same function in a year
2014-10-23 20:26:46 -04:00
Joey Hess
31a1f061c6
typo
2014-10-23 20:25:31 -04:00
http://joeyh.name/
805abd3c8d
Added a comment
2014-10-23 21:05:15 +00:00
Joey Hess
2f1e6fcb73
devblog
2014-10-23 17:01:33 -04:00
Joey Hess
ea12d922e6
Merge branch 'master' of ssh://git-annex.branchable.com
2014-10-23 16:59:26 -04:00
Joey Hess
8ed1a0afee
fix build
2014-10-23 16:52:05 -04:00
Joey Hess
8edf7a0fc3
fix build
2014-10-23 16:51:10 -04:00
Joey Hess
c986bc67e5
add cabal flag for use with debian's older version of aws, which is now patched with the necessary stuff
2014-10-23 16:39:55 -04:00
Joey Hess
171e677a3c
update for aws 0.10's better handling of DNE for HEAD
...
Kept support for older aws, since Debian has 0.9.2 still.
2014-10-23 16:32:18 -04:00
Joey Hess
23a4836187
Merge branch 'master' into s3-aws
...
Conflicts:
Assistant/WebApp/Configurators/AWS.hs
Remote/S3.hs
2014-10-23 15:58:18 -04:00
Joey Hess
fa1318479e
rename isIA to configIA
...
Already done on s3-aws branch, so reduce divergence.
2014-10-23 15:56:35 -04:00
Joey Hess
6acc6863c5
fix build
2014-10-23 15:54:00 -04:00
http://joeyh.name/
9ac288d94f
Added a comment
2014-10-23 19:51:46 +00:00
Joey Hess
7489f516bc
one last build fix, yes it builds now
2014-10-23 15:50:41 -04:00
Joey Hess
76ee815e89
needs type families
2014-10-23 15:48:37 -04:00
Joey Hess
f0989cf0bd
fix build
2014-10-23 15:41:57 -04:00
http://joeyh.name/
f8fceecd63
Added a comment
2014-10-23 18:52:49 +00:00
Joey Hess
a1fb1b7ae3
Merge branch 'master' of ssh://git-annex.branchable.com
2014-10-23 14:42:21 -04:00
Joey Hess
346f0409a6
Merge branch 'master' of ssh://git-annex.branchable.com into s3-aws
2014-10-23 14:08:34 -04:00
Joey Hess
8b48bdfdc8
enable frankfurt
...
The aws library supports the AWS4-HMAC-SHA256 that it requires.
2014-10-23 11:02:24 -04:00
Joey Hess
4eefc12295
Merge branch 'master' into s3-aws
2014-10-23 11:02:14 -04:00