AWS SDK - Python
Preparation
Development Examples
Create a bucket
import boto3
s3 = boto3.client('s3',
endpoint_url='https://endpoint.4everland.co',
aws_access_key_id="4EVERLAND-Bucket-APIKey",
aws_secret_access_key="4EVERLAND-Bucket-APISecret")
bucket_name = "new-bucketname"
s3.create_bucket(Bucket=bucket_name)View the list of buckets
Upload a file
Requesting IPFS CID and Arweave Hash
Last updated