Tim Finnigan

Results 22 issues of 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 ```...

feature-request
s3

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...

bug
configuration

**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...

feature-request

*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 ![image](https://github.com/boto/boto3/assets/87778557/d9413eba-474c-4f8c-a3b9-b5b708ed0257) https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3/client/download_file.html ![image](https://github.com/boto/boto3/assets/87778557/b8e95ab8-8cb9-4686-8964-9e79ee2e1f13) After changes: ![image](https://github.com/boto/boto3/assets/87778557/37694142-0e3c-4ff1-9931-1e3c01ed7ef4) ![image](https://github.com/boto/boto3/assets/87778557/ce69a23d-f642-4bfb-906d-286ca359d47e)

### 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...

documentation
p3

### Describe the issue Related issues: * https://github.com/boto/boto3/issues/3669 * https://github.com/boto/boto3/issues/3676 * https://github.com/boto/boto3/issues/1664 * https://github.com/boto/boto3/issues/3693 In the documentation for paginators (for example [GetRestAPIs](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/apigateway/paginator/GetRestApis.html)), under `PaginationConfig` it lists: > **MaxItems** _(integer)_ –...

bug
documentation
pagination
p2

### 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...

documentation
feature-request
p3