How can we help? How can we help?

How can we help?

How can we help? How can we help?

23 results for "aws"

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
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
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
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
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 SDK for PHP with Backblaze B2 Cloud Storage
of creating a bucket using the AWS SDK for PHP along with a profile named “b2” in the ~/.aws/credentials file. // Include
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
How to migrate existing Veeam Backups from AWS S3 to B2
allows users to migrate their existing backup repositories in AWS S3 storage to Backblaze B2 Cloud Storage. This article serves
Permanently deleted user Permanently deleted user 0 comments