aws / aws-cli

Universal Command Line Interface for Amazon Web Services
Other
15.46k stars 4.1k forks source link

Duplicate Example headings - sync #8710

Open pelicanmedia opened 4 months ago

pelicanmedia commented 4 months ago

Describe the issue

Example 5: Sync all local objects to the specified bucket except .jpg files and Example 6: Sync all local objects to the specified bucket except .jpg files have the exact same headings where Example 6 should be regarding folders.

Links

https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3/sync.html#examples

tim-finnigan commented 4 months ago

Thanks for reporting, here is the files that needs to be updated: https://github.com/aws/aws-cli/blob/develop/awscli/examples/s3/sync.rst

And here is a screenshot highlighting the issue:

image

I think it should be updated to something like:

Example 6: Sync local directory to S3 bucket excluding a specific directory

(Also - the .jpg should be fixed to display in markdown in the Example 5 header.)

@elysahall thoughts on this issue?

akshat62 commented 3 months ago

Is this fixed? Or I can take this up