mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #1787] Reduce AWS CLI run-time #918
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#918
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gaul on GitHub (Oct 26, 2021).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1787
The s3fs integration tests invoke the CLI 20 times * 10 flags = 200 invocations total. Since the CLI takes 300 ms to start up this contributes 60 seconds to the 15 minute run-time. We could reduce this by moving to minio CLI which only takes 25 ms. References aws/aws-cli#6500.
@ggtakec commented on GitHub (Oct 26, 2021):
Thanks for your issue to aws-cli.
I think that we should wait for the solution (or know the cause) on the aws-cli side before migrating (before we migrate to minio cli).
@gaul commented on GitHub (Nov 5, 2021):
aws-cli-repl might address this. But I opened several issues against it that which we should resolve first.