How can we help? How can we help?

How can we help?

How can we help? How can we help?

12 results for "sdk"

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 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
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
How to use the AWS SDK for Python with B2.
maintains a Python SDK for the B2 Native API. You can find this project here: https://github.com/Backblaze/b2-sdk-python
Troy Troy 0 comments -1
Using the AWS SDK for Ruby with B2
and creating a bucket: require 'aws-sdk-s3' #v2: require 'aws-sdk' s3 = Aws::S3::Client.new( access_key_id:
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
B2 can easily be configured for use with the AWS SDK for JavaScript V3 thanks to the S3 Compatible API. Below is an example
Pat Patterson Pat Patterson 0 comments -3
Does the B2 S3 Compatible API support Pre-Signed URLs?
Javascript AWS SDK for .NET AWS SDK for Go AWS SDK for Java (v2) AWS SDK for Python (boto3) AWS SDK for Ruby
Troy Troy 0 comments -2
Getting Started with the S3 Compatible API
listAllBucketNames permission is required for compatibility with SDKs and integrations. The listAllBucketNames permission can be
Troy Troy 0 comments 12
Upload data to B2 Cloud Storage
You can interface with our S3-compatible APIs, a CDN, or SDKs. You can also find our Backblaze B2 Developer Quick-Start
Lin Lin 0 comments