AWS - S3

Amazon Web Services Simple Storage Service (S3).

IT Services · AWS - S3

Configuration parameters

  • roleArn — Role Arn
  • roleSessionName — Role Session Name
  • defaultRegion — AWS Default Region (required)
  • sessionDuration — Role Session Duration
  • credentials — Access Key
  • access_key — Access Key
  • secret_key — Secret Key
  • timeout — Timeout
  • retries — Retries
  • endpoint_url — PrivateLink service URL.
  • sts_endpoint_url — STS PrivateLink URL.
  • sts_regional_endpoint — AWS STS Regional Endpoints
  • bucket — Bucket
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings

Commands (12)

  • aws-s3-create-bucket

    Create AWS S3 bucket.

  • aws-s3-delete-bucket

    Delete AWS S3 bucket.

  • aws-s3-delete-bucket-policy

    Deletes the policy from the bucket.

  • aws-s3-download-file

    Download a file from S3 bucket to war room.

  • aws-s3-get-bucket-encryption

    Get AWS S3 Bucket Encryption.

  • aws-s3-get-bucket-policy

    Get AWS S3 Bucket Policy.

  • aws-s3-get-public-access-block

    Retrieves the PublicAccessBlock configuration for an Amazon S3 bucket.

  • aws-s3-list-bucket-objects

    List object in S3 bucket.

  • aws-s3-list-buckets

    List all S3 buckets in AWS account.

  • aws-s3-put-bucket-policy

    Replaces a policy on a bucket. If the bucket already has a policy, the one in this request completely replaces it.

  • aws-s3-put-public-access-block

    Creates or modifies the PublicAccessBlock configuration for an Amazon S3 bucket.

  • aws-s3-upload-file

    Upload file to S3 bucket.