aws_signature_v4 0.3.1+4 aws_signature_v4: ^0.3.1+4 copied to clipboard
Dart implementation of the AWS Signature Version 4 algorithm, for communication with AWS services.
Example using the signer to create an S3 bucket and upload a file to it.
Web Notes #
Due to CORS restrictions in S3, creating a bucket is not currently possible in the browser. The web example assumes you already have a bucket and have enabled CORS settings on it which allow PUT
requests from the origin you're uploading from. See the S3 CORS documentation for more info.