Skip to main content

strm create data-connector s3

Create a Data Connector for an AWS S3 Bucket

Synopsis

Creates a data connector for an AWS S3 bucket. An ARN can be specified in case a role should be assumed.

Usage

strm create data-connector s3 (data-connector-name) (bucket-name) [flags]

Options

      --assume-role-arn string    ARN of the role to assume
--credentials-file string file with JSON AWS Access Key Credentials
-h, --help help for s3

Options inherited from parent commands

      --api-auth-url string   user authentication host (default "https://accounts.strmprivacy.io")
--api-host string api host and port (default "api.strmprivacy.io:443")
-o, --output string output format [json, json-raw, table, plain] (default "table")
-p, --project string project to use (defaults to context-configured project)
--token-file string token file that contains an access token (default is $HOME/.config/strmprivacy/credentials-<api-auth-url>.json)

SEE ALSO