Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook Yesterday at 01:29 PM
josephs8 Posted December 10, 2022 Share Posted December 10, 2022 Currently I am storing most of my files in a AWS S3 bucket. However I want to change it to use a custom URL so I can take advantage of a CDN in front of my S3 bucket. My question is how will this impact my community when I make this change? Is it an instant change or will there be some time that it will take to update the URL's to use the new custom URL I have specified. This would obviously also change the S3 Bucket name as I will need to create a new S3 bucket that uses my the domain I chose for the CDN. During this I may also change the region the bucket is located in so the endpoint will change, though will this make a difference since I am using a custom URL? Thank you! Link to comment Share on other sites More sharing options...
Marc Stridgen Posted December 12, 2022 Share Posted December 12, 2022 If you only change the URL, that change will be instant. However if you are also moving the files using the system, this will take however long it takes the physical file to move location Link to comment Share on other sites More sharing options...
Solution josephs8 Posted December 12, 2022 Author Solution Share Posted December 12, 2022 @Marc Stridgen thank you. I ended up playing around with this over the weekend and did do a manual from move bucket to bucket which saved a bunch of time so thank you. One other question I do have is when I move additional files that are not already in s3 do I just copy the contents of the upload directory directly to my S3 bucket thus leaving the folder structure exactly the same? Link to comment Share on other sites More sharing options...
Jim M Posted December 12, 2022 Share Posted December 12, 2022 7 minutes ago, josephs8 said: @Marc Stridgen thank you. I ended up playing around with this over the weekend and did do a manual from move bucket to bucket which saved a bunch of time so thank you. One other question I do have is when I move additional files that are not already in s3 do I just copy the contents of the upload directory directly to my S3 bucket thus leaving the folder structure exactly the same? Yes, you would want to do the contents of the uploads folder with their sub-folders intact. Could do a small folder via the system if you are unsure. josephs8 1 Link to comment Share on other sites More sharing options...
Recommended Posts