:wave: Is <this issue> still relevant?
# dev-metaflow
m
πŸ‘‹ Is this issue still relevant?
d
it has come up a few times. It’s do-able.
there was a PR but the semantics were a bit iffy. Here is one: https://github.com/Netflix/metaflow/pull/1528 and https://github.com/Netflix/metaflow/pull/1279.
m
We basically want to use metaflow's internal S3 client, aka
s3op.py
in order to accomplish the issue. Is this correct? The goal would be to add something similar to the code below, but for deleting objects.
Copy code
@common_options
@click.argument("prefixes", nargs=-1)
def lst(
    prefixes,
    inputs=None,
    num_workers=None,
    recursive=None,
    s3role=None,
    s3sessionvars=None,
    s3clientparams=None,
):
Did I get it right?
@dry-beach-38304 did I get it right?
d
yep β€” let me ping @ancient-application-36103 β€” I reember he had some issues with the later PR.
πŸ™Œ 1