How can we help? How can we help?

How can we help?

How can we help? How can we help?

25 results for "aws sdk"

Configuring the AWS SDK for .NET with B2
The AWS SDK for .NET requires minimal changes in order to take advantage of the Backblaze B2 S3 Compatible API. To do so
Troy Troy 0 comments 1
Using the AWS SDK for Java (v2) with B2
The AWS SDK for Java can be leveraged for use with Backblaze B2 S3 Compatible API by a few small configuration changes
Troy Troy 0 comments
How to use the AWS SDK for Python with B2.
'https://s3.us-west-002.backblazeb2.com', aws_access_key_id = '<b2_keyId>', aws_secret_access_key = '<b2_appKey>')
Troy Troy 0 comments -1
Using the AWS SDK for Ruby with B2
 require 'aws-sdk-s3' #v2: require 'aws-sdk' s3 = Aws::S3::Client.new( access_key_id: ENV['AWS_ACCESS_KEY_ID']
Troy Troy 0 comments -1
Using the AWS Go SDK with B2
"github.com/aws/aws-sdk-go/aws/credentials" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/s3"
Troy Troy 0 comments 1
Using the AWS SDK for PHP with Backblaze B2 Cloud Storage
leveraging the AWS SDK for PHP alongside the S3 Compatible API. Pre-Signed URLs generated with the PHP SDK are not currently
Troy Troy 0 comments 1
How to use the AWS SDK for JavaScript V3 with B2
credentials to ~/.aws/credentials as a separate profile: [b2] aws_access_key_id = your_b2_keyId aws_secret_access_key =
Pat Patterson Pat Patterson 0 comments -3
Does the B2 S3 Compatible API support Pre-Signed URLs?
including the AWS CLI, s3cmd, and AWS SDKs. You can find guides for configuring these tools here: AWS CLI s3cmd
Troy Troy 0 comments -2
B2 & AWS CLI User Guide
the AWS CLI, you can find more detailed information on the various calls and how they behave in this downloadable AWS CLI
Matt Matt 0 comments 4
Quickstart Guide for AWS CLI and Backblaze B2 Cloud Storage
installing AWS CLI. You can do this by following the instructions here. Confirm that it is installed by using aws --version
Udara Gunawardena Udara Gunawardena 0 comments 1