Aws Sdk Java V2 S3

🌐Community
by giuseppe-trisciuoglio · vlatest · Repository

Helps with AWS, Java as part of deploying and managing cloud infrastructure workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add giuseppe-trisciuoglio-aws-sdk-java-v2-s3 npx -- -y @trustedskills/giuseppe-trisciuoglio-aws-sdk-java-v2-s3
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "giuseppe-trisciuoglio-aws-sdk-java-v2-s3": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/giuseppe-trisciuoglio-aws-sdk-java-v2-s3"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides access to the AWS SDK for Java v2, specifically enabling interaction with Amazon S3. It allows AI agents to programmatically list objects in an S3 bucket, download files from S3, and upload files to S3 using Java code. This facilitates automated data management tasks directly within your cloud environment.

When to use it

  • Automated Backups: Schedule regular backups of critical data stored in S3 to another location.
  • Data Migration: Move large datasets between different S3 buckets or regions.
  • Content Distribution: Automatically distribute media files (images, videos) from an S3 bucket to a website or application.
  • File Processing Pipelines: Integrate with other tools to process files stored in S3, such as image resizing or data transformation.

Key capabilities

  • Listing objects within an S3 bucket.
  • Downloading files directly from Amazon S3.
  • Uploading files to Amazon S3.
  • Utilizes the AWS SDK for Java v2.

Example prompts

  • "List all files in my 'data-lake' S3 bucket."
  • "Download the file 'report.csv' from the 'reports' S3 bucket and save it locally."
  • “Upload this image to the ‘images’ S3 bucket.”

Tips & gotchas

  • Requires proper AWS credentials configured for the AI agent to access S3 resources. Ensure the IAM role has appropriate permissions (e.g., s3:ListBucket, s3:GetObject, s3:PutObject).

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
giuseppe-trisciuoglio
Installs
13

🌐 Community

Passed automated security scans.