docs/reference/cli/pixi/upload/s3.md
Options for uploading to S3
--8<-- "docs/reference/cli/pixi/upload/s3_extender:description"
pixi upload s3 [OPTIONS] --channel <CHANNEL>
--channel (-c) <CHANNEL></a>
: The channel URL in the S3 bucket to upload the package to, e.g., s3://my-bucket/my-channelrequired: true
env: S3_CHANNEL
--force</a>
: Replace files if it already exists--endpoint-url <ENDPOINT_URL></a>
: The endpoint URL of the S3 backendenv: S3_ENDPOINT_URL
--region <REGION></a>
: The region of the S3 backendenv: S3_REGION
--access-key-id <ACCESS_KEY_ID></a>
: The access key ID for the S3 bucketenv: S3_ACCESS_KEY_ID
--secret-access-key <SECRET_ACCESS_KEY></a>
: The secret access key for the S3 bucketenv: S3_SECRET_ACCESS_KEY
--session-token <SESSION_TOKEN></a>
: The session token for the S3 bucketenv: S3_SESSION_TOKEN
--addressing-style <ADDRESSING_STYLE></a>
: How to address the bucketenv: S3_ADDRESSING_STYLE
default: virtual-host
options: virtual-host, path
--8<-- "docs/reference/cli/pixi/upload/s3_extender:example"