pixi upload s3#
About#
Options for uploading to S3
Usage#
Options#
-
--channel (-c) <CHANNEL>- The channel URL in the S3 bucket to upload the package to, e.g.,
s3://my-bucket/my-channel
required:true
env:S3_CHANNEL
-
--force- Replace files if it already exists
S3 Credentials#
-
--endpoint-url <ENDPOINT_URL>- The endpoint URL of the S3 backend
env:S3_ENDPOINT_URL
-
--region <REGION>- The region of the S3 backend
env:S3_REGION
-
--access-key-id <ACCESS_KEY_ID>- The access key ID for the S3 bucket
env:S3_ACCESS_KEY_ID
-
--secret-access-key <SECRET_ACCESS_KEY>- The secret access key for the S3 bucket
env:S3_SECRET_ACCESS_KEY
-
--session-token <SESSION_TOKEN>- The session token for the S3 bucket
env:S3_SESSION_TOKEN
-
--addressing-style <ADDRESSING_STYLE>- How to address the bucket
env:S3_ADDRESSING_STYLE
default:virtual-host
options:virtual-host,path