-
Notifications
You must be signed in to change notification settings - Fork 157
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
Error for a an upload with many files #19
Comments
I do not know if my error is related or not, but I cannot upload artifacts from a directory:
Version: |
Was able to workaround this via: - name: Upload to S3
run: |
aws s3 sync --region us-east-1 --acl public-read ./_site/ s3://mybucket.example.com
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} |
Can confirm, same issue occurred for me for uploading a directory with a single file. |
same error, was uploading 12 files in a folder. |
tsekityam
added a commit
to tsekityam/ark-funds-historical-fund-holdings-and-intraday-trades
that referenced
this issue
Mar 6, 2021
`shallwefootball/s3-upload-action` doesn't work with multiple files see: shallwefootball/upload-s3-action#19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: