How to understand the information shown by Skyvern
/artifacts
folder under the skyvern repository.
You can also have skyvern to upload atrifacts to your s3 buckets. To do this, first set up these environment variables:
AWS_DEFAULT_REGION
: us-east-1
, us-west-1
, …AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
SKYVERN_STORAGE_TYPE
: set it to be s3
. The default is local
skyvern-artifacts
, skyvern-screenshots
. These are the default bucket names skyvern uses. To customize the bucket names, change these two env variables: AWS_S3_BUCKET_ARTIFACTS
and AWS_S3_BUCKET_SCREENSHOTS