Tim Finnigan
Tim Finnigan
**Is your feature request related to a problem? Please describe.** Currently when running `aws s3 ls --summarize` it returns: ``` [s3-bucket-1] [s3-bucket-2] ... Total Objects: 0 Total Size: 0 ```...
Adding the following permissions to stale_issue.yml workflow: ``` issues: write contents: read pull-requests: write ```
### Describe the bug In the [SDKs & Tools Reference Guide](https://docs.aws.amazon.com/sdkref/latest/guide/file-location.html), it mentions that all platforms first check the `HOME` environment variable for the config and credentials files. But in...
**Is your feature request related to a problem? Please describe.** Consolidating https://github.com/aws/aws-cli/issues/6500 and https://github.com/boto/boto3/issues/3061 here, as botocore provides the core functionality for both the CLI and boto3. **Describe the solution...
*Issue #, if available:* https://github.com/aws/aws-cli/issues/7227 *Description of changes:* Change string to dict in example By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this...
Original issue: https://github.com/aws/aws-cli/issues/7231 by @AMB-Informacio ### Describe the bug It's the same behaviour as the described in: https://github.com/aws/aws-cli/issues/7102 A buildspec.yml file describes to build a docker image and to push...
See: https://github.com/boto/boto3/issues/3787 Currently looks like: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3/client/upload_file.html  https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3/client/download_file.html  After changes:  
### Describe the issue https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3/client/get_paginator.html Should this link to [Paginators](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html)? And should [get_waiter]( https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3/client/get_waiter.html) methods should link to https://boto3.amazonaws.com/v1/documentation/api/latest/guide/clients.html#waiters? ---- https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3/client/upload_file.html `see boto3.s3.transfer.S3Transfer.ALLOWED_UPLOAD_ARGS` should link to https://boto3.amazonaws.com/v1/documentation/api/latest/reference/customizations/s3.html#boto3.s3.transfer.S3Transfer.ALLOWED_UPLOAD_ARGS (Same issue with...
### Describe the issue (Updated to add more details and another example) Summary: `PaginationConfig` documentation for paginators appears to be inaccurate, for example [here](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3/paginator/ListObjectsV2.html): (Linking [MaxItems](https://github.com/boto/botocore/blob/e5b059e33f59aaccf5b1e8f0ada7cdb978beb3f6/botocore/docs/paginator.py#L157) and [PageSize](https://github.com/boto/botocore/blob/e5b059e33f59aaccf5b1e8f0ada7cdb978beb3f6/botocore/docs/paginator.py#L166) documentation in...
### Describe the issue Recent improvements to the boto3 docs have received lots of positive feedback (credit to @jonathan343 for leading the effort there!) One more enhancement to consider is...