Registry / cloud / asset-sync

asset-sync

JSON →
library2.19.3rbrubygemsunverified

Synchronizes compiled assets with an S3 bucket after running assets:precompile.

gem install asset_sync
INSTALL
IMPORT
SIG · ASSET-SYNC
A
asset-sync
cloudrubyv2.19.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AssetSync
require 'asset_sync'

Configure and sync assets to S3

require 'asset_sync' AssetSync.configure do |config| config.fog_provider = 'AWS' config.fog_directory = 'my-bucket' end AssetSync.sync
Debug
Known issues
gotchaRequires AWS credentials and proper bucket permissions; misconfiguration can lead to sync failures.
fix
Ensure fog credentials are set via environment variables or config file.
affects: >= 2.0.0
Upgrade
Version history
2.19.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
34
OpenAI (training)
1
Resources
asset-sync — gem install asset-sync · libregistry