aorfanos/Compare S3 objects to local directory action
Compare a remote path from S3 to a local GitHub repo path
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 3, 2024
- License
- None
Pinned Snippet
uses: aorfanos/s3-compare-action@ef146477d6960d8a34421748b2153b0a3e2a5419 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| access_key_id | S3 or compatible access key ID | yes | "" |
| bucket_name | Bucket name | yes | "" |
| bucket_endpoint | The S3 or compatible endpoint to connect to | yes | "" |
| bucket_path | The path in the bucket that will be compared to local | yes | "" |
| local_path | The local path to compare with bucket path | yes | "" |
| max_keys | boto3 maxKeys setting (int) - increase or decrease at will | no | 50 |
| region | The S3 bucket region | yes | "" |
| secret_access_key | The secret access key used to authenticate to the bucket | yes | "" |
Outputs
| name | description |
|---|---|
| file-difference | Will show files that are present on the remote, but absent locally |