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
Since the .js and .css files are versioned on each deploy I would like to delete the previous versions of these files (or even rotate it) from the S3 bucket.
I thought about deploying the files to a versioned directory inside the bucket, but I didn't find an option on the code to pass the name of the directory to upload the files.
Can you please give me any suggestion about how to delete or rotate the previous version?
Thank you.
The text was updated successfully, but these errors were encountered:
Hey guys,
I am using gulp-s3 to deploy a web app to S3.
Since the .js and .css files are versioned on each deploy I would like to delete the previous versions of these files (or even rotate it) from the S3 bucket.
I thought about deploying the files to a versioned directory inside the bucket, but I didn't find an option on the code to pass the name of the directory to upload the files.
Can you please give me any suggestion about how to delete or rotate the previous version?
Thank you.
The text was updated successfully, but these errors were encountered: