Contribute to monashcode/show-your-emotions-with-rekognition development by creating an account on GitHub.
// Set request parameters for content-disposition. reqParams := make(url.Values) reqParams.Set("response-content-disposition", "attachment; filename=\"your-filename.txt\"" // Generates a presigned url which expires in a day. Ruby AWS::SDK Examples (aws-sdk gem ~>2)¶ Recommend:amazon s3 - AWS S3 + Cloudfront streaming, updating a file ived, a didReceiveData() delegate is called. An Ingress is a core concept (in beta) of Kubernetes. Python YubiKey AWS signature library. Contribute to pyauth/exile development by creating an account on GitHub. Provides Ruby endpoints for aws-s3-multipart Uppy plugin - janko/uppy-s3_multipart Ruby on rails app using aws-sdk-ruby. Contribute to minio/ror-resumeuploader-app development by creating an account on GitHub.
Running Lighthouse Score in Docker and saving results as presigned AWS S3 URL. - sh39sxn/lighthouse-signed-s3 Amazon Web Services Elastic Compute Cloud (EC2) Rescue for Linux is a python-based tool that allows for the automatic diagnosis of common problems found on EC2 Linux instances. - awslabs/aws-ec2rescue-linux A comprehensive Clojure client for the entire Amazon AWS api. - mcohen01/amazonica An Elixir library to sign and verify HTTP requests using AWS Signature V4 - handnot2/sigaws This repository has samples that demonstrate various aspects of the AWS SDK for iOS, you can get the SDK source on Github https://github.com/aws-amplify/aws-sdk-ios/ - awslabs/aws-sdk-ios-samples Simple no frills AWS S3 Golang Library using REST with V4 Signing (without AWS Go SDK) - rhnvrm/simples3
Running Lighthouse Score in Docker and saving results as presigned AWS S3 URL. - sh39sxn/lighthouse-signed-s3 Amazon Web Services Elastic Compute Cloud (EC2) Rescue for Linux is a python-based tool that allows for the automatic diagnosis of common problems found on EC2 Linux instances. - awslabs/aws-ec2rescue-linux A comprehensive Clojure client for the entire Amazon AWS api. - mcohen01/amazonica An Elixir library to sign and verify HTTP requests using AWS Signature V4 - handnot2/sigaws This repository has samples that demonstrate various aspects of the AWS SDK for iOS, you can get the SDK source on Github https://github.com/aws-amplify/aws-sdk-ios/ - awslabs/aws-sdk-ios-samples
A multi-player game sample (server and client), developed with the Unity game engine, illustrating basic integration with Amazon GameLift. View the sample source code or build the project and experiment with game server deployment on the… Contribute to monashcode/show-your-emotions-with-rekognition development by creating an account on GitHub. I'm using AWS Snowball to transfer my data to AWS. How can I transfer my data onto my Snowball Edge device? service: serverless-aws-iot plugins: - serverless-offline provider: name: aws runtime: nodejs6.10 stage: dev region: eu-west-1 functions: iotPresignedUrl: handler: src/iotPresignedUrl.handler timeout: 30 events: - http: Options /iot… import boto3 s3 = boto3.client('s3') presigned_url = s3.generate_presigned_url( ClientMethod = 'get_object', Params = {'Bucket' : '[バケット名]', 'Key' : '[ファイル名]'} ExpiresIn = [有効期間(秒)], HttpMethod = 'GET') print(presigned_url) import aws from 'aws-sdk'; const AWS_Access_KEY_ID = 'Access-KEY'; const AWS_Secret_Access_KEY = 'Secret-Access-KEY'; const FILE = 'FILE-NAME'; aws.config.update({ accessKeyId: AWS_Access_KEY_ID, secretAccessKey: AWS_Secret_Access_KEY…
Amazon Web Services Elastic Compute Cloud (EC2) Rescue for Linux is a python-based tool that allows for the automatic diagnosis of common problems found on EC2 Linux instances. - awslabs/aws-ec2rescue-linux