Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload is very slow on Apple Silicon M1 #4

Open
DamienBitrise opened this issue Jan 26, 2023 · 0 comments
Open

Upload is very slow on Apple Silicon M1 #4

DamienBitrise opened this issue Jan 26, 2023 · 0 comments

Comments

@DamienBitrise
Copy link

There is a known issue with the AWS CLI on Apple Silicon when running in a Virtualized enviroment.

See: aws/aws-cli#7299 (comment)

This step seems to be impacted by the issue.

The workaround is to use something like minio cli

# Install minio cli
brew install minio/stable/mc

# create an "alias" to use `mc` when the user calls `aws s3`. 
echo 'aws() { if [[ $1 == "s3" ]]; then command mc "${@:2}";  else command aws "$@"; fi; }' >> ~/.zshrc

# re-source zshrc, so the alias becomes active
source ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant