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

Fix s3 sync error #328

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Fix s3 sync error #328

wants to merge 2 commits into from

Conversation

gersur
Copy link

@gersur gersur commented Sep 10, 2024

The s3 sync parameter, "$sync_cmd" should be at the end
I also added log of the command executed.

Reference: https://docs.aws.amazon.com/cli/latest/reference/s3/sync.html#examples

aws s3 sync s3://my-us-west-2-bucket s3://my-us-east-1-bucket \
    --source-region us-west-2 \
    --region us-east-1

Sidenote: I've pull this repo because I use this image for my raspberry pi 4, but it doesn't have compatible image for arm64.
Then I built it from my raspberry pi 4, try to config it again, but it always have error because the destination parameter on the wrong place

@gersur gersur requested a review from vladgh as a code owner September 10, 2024 07:42
Copy link

This pull request has been marked 'stale' due to lack of recent activity. If there is no further activity, the PR will be closed in another 30 days. Thank you for your contribution!

@github-actions github-actions bot added the stale This issue or pull request has been marked 'stale' due to lack of recent activity label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale This issue or pull request has been marked 'stale' due to lack of recent activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant