Corentin Barreau
Corentin Barreau
Sure, but I think it would be interesting to have it bundled in Zeno
> Hey [@CorentinB](https://github.com/CorentinB) , is this still open? Hi, it is but I'm not sure how it's should be implemented. Also right now all development happen and need to happen...
> Got it [@CorentinB](https://github.com/CorentinB) , I'm looking for issues to contribute to the repo and getting to know about the code, could you suggest something unassigned and open? Sure, https://github.com/internetarchive/Zeno/issues/160...
It does indeed looks exactly like what might happen. Good catch
> Metadata support for IA was added via the general rclone metadata framework (rather than a fs-specific feature) a few years back: #6300 > > Metadata Docs: https://rclone.org/docs/#metadata > >...
> > I see that with --metadata-set the metdata k/v aren't in the PUT headers > > Just to be sure, you did also specify `--metadata` in the command to...
> This is the existing metadata code: https://github.com/rclone/rclone/blob/master/backend/internetarchive/internetarchive.go#L787-L820 > > Since you will probably know the exact headers expected, feel free to update them to the ones used by IA....
> There are a few more instances that are using the wrong header: > > https://github.com/rclone/rclone/blob/master/backend/internetarchive/internetarchive.go#L789-L790 > > https://github.com/rclone/rclone/blob/master/backend/internetarchive/internetarchive.go#L611-L617 @darthShadow I'm not sure about these. If we want `rclone-mtime` &...
> I'm not sure I understand the difference between file-level metadata or item-level metadata? `https://archive.org/details/ellibrodesancipr00surf` -> `ellibrodesancipr00surf` is an item. Inside you can upload files, it's a directory basically. `x-archive-meta`...
I just reflected again on what I wrote and understood of Copy and I want to add that I mistakenly thought that Copy was trying to put individual metadata on...