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
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"
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
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
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
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>')
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']
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
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 =
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