s3 commands should support S3 Object Lambda resources
- Dominant language
- Python
- Stars
- 17.3k
- Forks
- 4.6k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 13
Description
### Describe the feature
Trying to run:
`aws s3 ls arn:aws:s3-object-lambda:us-east-1::accesspoint/
`
results in:
`s3 commands do not support S3 Object Lambda resources. Use s3api commands instead`
### Use Case
s3api is rarely used and this limitation makes s3 object lambda incompatible with many scripts.
### Proposed Solution
s3 commands that can be compatible with object-lambda should be compatible, i.e. the cmd block list should be more fine grained.
### Other Information
_No response_
### Acknowledgements
- [ ] I may be able to implement this feature request
- [ ] This feature might incur a breaking change
### CLI version used
2.8.3
### Environment details (OS name and version, etc.)
Python/3.10.8 Darwin/21.6.0 source/arm64 prompt/off
Contributor guide
Assessment
This issue has not been assessed yet.