From c2e275314b0e97cd397dfcd6d402647be3a0ad41 Mon Sep 17 00:00:00 2001 From: eugen Date: Wed, 18 Dec 2024 18:01:04 +0000 Subject: [PATCH 1/2] Added a comment: thank you! --- .../comment_2_128ed8907399febc2817520e4ed9434f._comment | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/forum/Compute_space_required_for_a_git_annex_get_--auto__63__/comment_2_128ed8907399febc2817520e4ed9434f._comment diff --git a/doc/forum/Compute_space_required_for_a_git_annex_get_--auto__63__/comment_2_128ed8907399febc2817520e4ed9434f._comment b/doc/forum/Compute_space_required_for_a_git_annex_get_--auto__63__/comment_2_128ed8907399febc2817520e4ed9434f._comment new file mode 100644 index 0000000000..6a025dfe9c --- /dev/null +++ b/doc/forum/Compute_space_required_for_a_git_annex_get_--auto__63__/comment_2_128ed8907399febc2817520e4ed9434f._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="eugen" + avatar="http://cdn.libravatar.org/avatar/7e7e5700d7017735fd00c2dfcd3f91e4" + subject="thank you!" + date="2024-12-18T18:01:03Z" + content=""" +I've just got the chance to test it and yes, that command works. I didn't know about the `--want-get` flag ( git-annex-matching-options(1) ). Also the `--fast` flag for the `git annex info` would make me run that command more often now :). +Thanks! +"""]] From 338281d19302cb891475f6a6ef0ac246b6347f37 Mon Sep 17 00:00:00 2001 From: "Basile.Pinsard" Date: Wed, 18 Dec 2024 19:35:00 +0000 Subject: [PATCH 2/2] Added a comment: Sync git-annex metadata subset with S3 metadata. --- ...omment_39_3b4360ac0e30b089533f76d1d9c7eb95._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/special_remotes/S3/comment_39_3b4360ac0e30b089533f76d1d9c7eb95._comment diff --git a/doc/special_remotes/S3/comment_39_3b4360ac0e30b089533f76d1d9c7eb95._comment b/doc/special_remotes/S3/comment_39_3b4360ac0e30b089533f76d1d9c7eb95._comment new file mode 100644 index 0000000000..77df892242 --- /dev/null +++ b/doc/special_remotes/S3/comment_39_3b4360ac0e30b089533f76d1d9c7eb95._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="Basile.Pinsard" + avatar="http://cdn.libravatar.org/avatar/87e1f73acf277ad0337b90fc0253c62e" + subject="Sync git-annex metadata subset with S3 metadata." + date="2024-12-18T19:34:59Z" + content=""" +How feasible would it be to be able to configure the remote so that a git-annex metadata get pushed to the S3 with the objects. +Something like `sync-meta=mymetafield` that would set `x-amz-meta-mymetafield=` to the value of `git-annex metadata -g mymetafield --key theobjectkey`, whenever the data is pushed to the S3. +Thanks! +"""]]