You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to upload to multiple buckets when running jammit. ie:
s3_bucket: bucket1
s3_upload_files:
public/images/**
s3_bucket: bucket2
s3_upload_images:
public/css/**
It seems that the gem ignores the first bucket and just uploads everything based on the second s3_bucket specification.
In addition, I'd like to disable the automatic syncing of public/images/* but it looks like even with s3_upload_files set, it still pulls the assets/* and images/** folders into s3. Is there a way to disable this?
The text was updated successfully, but these errors were encountered:
I'd like to be able to upload to multiple buckets when running jammit. ie:
s3_bucket: bucket1
s3_upload_files:
s3_bucket: bucket2
s3_upload_images:
It seems that the gem ignores the first bucket and just uploads everything based on the second s3_bucket specification.
In addition, I'd like to disable the automatic syncing of public/images/* but it looks like even with s3_upload_files set, it still pulls the assets/* and images/** folders into s3. Is there a way to disable this?
The text was updated successfully, but these errors were encountered: