1
0
mirror of https://github.com/alex-bochkov/1c-aws-s3-browser.git synced 2024-11-19 20:31:53 +02:00
Go to file
2022-02-24 11:04:09 -07:00
Catalogs initial version 2022-02-24 10:40:59 -07:00
DataProcessors initial version 2022-02-24 10:59:01 -07:00
Languages initial version 2022-02-24 10:40:59 -07:00
Roles initial version 2022-02-24 10:40:59 -07:00
ConfigDumpInfo.xml initial version 2022-02-24 10:59:01 -07:00
Configuration.xml initial version 2022-02-24 10:40:59 -07:00
LICENSE Initial commit 2022-02-24 10:00:26 -07:00
README.md Update README.md 2022-02-24 11:04:09 -07:00
s3-browser.png initial version 2022-02-24 10:40:59 -07:00
s3-bucket-configuration.png initial version 2022-02-24 10:40:59 -07:00

1C:Enterprise 8 - REST API AWS S3 Browser

Minimum platform version required: 8.3.18.

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.
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).
  • Create New Folder - add an empty key to stage a new folder*.
  • Upload New File - add a new file into current folder*
  • Delete File - delete selected object.

(there are no folders in S3 - this is just a simplification)

MIT License.

S3 Browser Main Form

S3 Bucket Configuration