-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
aws-s3-sync: add page; aws-s3: update page #10898
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
aws-s3-sync: add page; aws-s3: update page #10898
Conversation
|
The build for this PR failed with the following error(s):
Please fix the error(s) and push again. |
Any update on this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, thanks for your contribution. I think it is fine to have this in one PR. I have added one minor suggestion (typo). Apart from that, LGTM. Also, could you please sign the CLA? Otherwise we cannot merge this PR.
> More information: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3/index.html>. | ||
|
||
- Show files in a bucket: | ||
|
||
`aws s3 ls {{bucket_name}}` | ||
|
||
- Sync files and directories from local to bucket: | ||
- Filter the included or excluded files, directory, objects or extension that will be manipuled in the operations: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Filter the included or excluded files, directory, objects or extension that will be manipuled in the operations: | |
- Filter the included or excluded files, directory, objects or extension that will be manipulated in the operations: |
Any update on this draft PR @geovanaSouza? |
This PR addresses #8406
common
,linux
,osx
,windows
,sunos
,android
, etc.The modifications to
pages/common/aws-s3-sync.md
andpages/common/aws-s3.md
were made in this same MR because I moved some commands related to sync that were already described inpages/common/ aws-s3.md
and thenpages/common/aws-s3.md
was left with only few examples after this change.So I decided to add some missing examples that would make sense to be in
pages/common/aws-s3.md
to keep an adequate number of examples in the main command file.I hope there are no problems with this. If you think it's better to segregate it into 2 PRs, let me know and I'll make the change.