Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --absolute parameter to aws s3 ls #3645

Open
stealthycoin opened this issue Oct 9, 2018 · 0 comments
Open

Add --absolute parameter to aws s3 ls #3645

stealthycoin opened this issue Oct 9, 2018 · 0 comments
Labels
automation-exempt Issue will not be subject to stale-bot feature-request A feature should be added or improved. p3 This is a minor priority issue s3 v2

Comments

@stealthycoin
Copy link
Contributor

The --absolute flag would cause the displayed matches to show the absolute key rather than a truncated key with the prefix missing.

$aws s3 ls foo/bar --recursive
<date>    <size> bar/baz
<date>    <size> bar/buz

$aws s3 ls foo/bar --recursive --absolute
<date>    <size> foo/bar/baz
<date>    <size> foo/bar/buz

@stealthycoin stealthycoin added feature-request A feature should be added or improved. v2 labels Oct 9, 2018
@kdaily kdaily added the automation-exempt Issue will not be subject to stale-bot label Jul 29, 2020
@kdaily kdaily added the s3 label Mar 29, 2021
@tim-finnigan tim-finnigan added the p3 This is a minor priority issue label Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation-exempt Issue will not be subject to stale-bot feature-request A feature should be added or improved. p3 This is a minor priority issue s3 v2
Projects
None yet
Development

No branches or pull requests

3 participants