AWS S3
npm install @aws-sdk/client-s3 @aws-sdk/s3-request-presignerpip install boto3>=1.34.0# Cargo.toml S3 sdk
aws-sdk-s3 = { version = "1.72.0", features = ["behavior-version-latest"] }Last updated
Was this helpful?
We have tested extensively with the following SDK's
Node.js
npm install @aws-sdk/client-s3 @aws-sdk/s3-request-presignerPython
pip install boto3>=1.34.0Rust AWS S3 SDK
# Cargo.toml S3 sdk
aws-sdk-s3 = { version = "1.72.0", features = ["behavior-version-latest"] }It is expected that all existing client SDKs available for all languages, are compatible with Flashgate API, for the supported API operations.
This is thanks to S3 authentication mechanism based on HMAC signatures.
Given the right credentials, any S3 client SDK can generate the correct request or pre-signed URL signature, and the signature can be validated by the Flashgate Endpoint against the API key, without any external intervention or the need of an authentication endpoint.
The only requirement to use S3 client SDKs on Flashgate nodes is indicating the endpoint URL you want to use, and use one of the valid repo generated API keys.
Last updated
Was this helpful?
Was this helpful?