Merge branch 's3-aws'
This commit is contained in:
commit
911ba8d972
12 changed files with 493 additions and 225 deletions
|
@ -2,9 +2,13 @@ S3 has memory leaks
|
|||
|
||||
Sending a file to S3 causes a slow memory increase toward the file size.
|
||||
|
||||
> This is fixed, now that it uses aws. --[[Joey]]
|
||||
|
||||
Copying the file back from S3 causes a slow memory increase toward the
|
||||
file size.
|
||||
|
||||
> [[fixed|done]] too! --[[Joey]]
|
||||
|
||||
The author of hS3 is aware of the problem, and working on it. I think I
|
||||
have identified the root cause of the buffering; it's done by hS3 so it can
|
||||
resend the data if S3 sends it a 307 redirect. --[[Joey]]
|
||||
|
|
|
@ -52,3 +52,11 @@ Please provide any additional information below.
|
|||
upgrade supported from repository versions: 0 1 2
|
||||
|
||||
[[!tag confirmed]]
|
||||
|
||||
> [[fixed|done]] This is now supported, when git-annex is built with a new
|
||||
> enough version of the aws library. You need to configure the remote to
|
||||
> use an appropriate value for multipart, eg:
|
||||
>
|
||||
> git annex enableremote cloud multipart=1GiB
|
||||
>
|
||||
> --[[Joey]]
|
||||
|
|
|
@ -6,3 +6,5 @@ Amazon has opened up a new region in AWS with a datacenter in Frankfurt/Germany.
|
|||
* Region: eu-central-1
|
||||
|
||||
This should be added to the "Adding an Amazon S3 repository" page in the Datacenter dropdown of the webapp.
|
||||
|
||||
> [[fixed|done]] --[[Joey]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue