platform — S3 Credentials

Logged in as  |  loading…

Generate credentials

Clicking Generate will invalidate any existing key-pair and issue a fresh one. Copy the secret key immediately — it is shown only once.

⚠ Copy your secret key now. It will not be shown again.

Your credentials

Configuration snippets

Save these to your ~/.aws/ files. All S3 tools (boto3, rioxarray, GDAL, QGIS, rclone) pick up the profile automatically.

~/.aws/credentials


          
        

~/.aws/config


          
        

rclone (~/.config/rclone/rclone.conf)


          
        

Self-contained — paste credentials directly. No AWS profile needed. Suitable for scripts, notebooks, and one-off use.

boto3


          
        

rioxarray / COG (Cloud-Optimised GeoTIFF)