1
0
mirror of https://github.com/alex-bochkov/1c-aws-s3-browser.git synced 2024-11-19 20:31:53 +02:00

Update README.md

This commit is contained in:
Alex Bochkov 2022-02-24 11:04:09 -07:00 committed by GitHub
parent 47dfce0811
commit bb4cf842ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
A configuration extension that demonstrates working with AWS S3 using the REST API - no external components, SDK or CLI required.
Requests are signed using [AWS Signature Version 4](https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html). <br/>
This is a prototype and not production-read solution.
This is a prototype and not production-ready solution.
### Supported operations:
- **List Bucket** - a single request to return up to "Max Keys Per Request" keys (no recursion for large lists).