sync-content

Sync local gallery content to AWS S3 bucket.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "sync-content" with this command: npx skills add forever-efficient/pitfal-solutions-website/forever-efficient-pitfal-solutions-website-sync-content

Sync Content to S3

Sync local gallery content to AWS S3 bucket.

Arguments

  • $ARGUMENTS
  • Optional: specific gallery folder to sync

Steps

Verify AWS credentials:

aws sts get-caller-identity --profile pitfal

Sync all media files:

aws s3 sync ./content/galleries/ s3://pitfal-media/galleries/
--profile pitfal
--exclude ".DS_Store"
--exclude "
.tmp"
--exclude ".git/*"

Report files uploaded and total size

For Specific Gallery

If $ARGUMENTS is provided:

aws s3 sync ./content/galleries/$ARGUMENTS/ s3://pitfal-media/galleries/$ARGUMENTS/
--profile pitfal
--exclude "*.DS_Store"

Dry Run (Preview Only)

To see what would be synced without uploading:

aws s3 sync ./content/galleries/ s3://pitfal-media/galleries/
--profile pitfal
--dryrun

Output

Report:

  • Number of files uploaded

  • Number of files deleted (if --delete used)

  • Total data transferred

  • S3 bucket URL

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

gallery-manage

No summary provided by upstream source.

Repository SourceNeeds Review
General

optimize-images

No summary provided by upstream source.

Repository SourceNeeds Review
General

deploy

No summary provided by upstream source.

Repository SourceNeeds Review